Skip to content
Snippets Groups Projects
Select Git revision
  • 0619f0f5e36f12e100ef294f5980cfe7c93ff23e
  • openEuler-1.0-LTS default protected
  • openEuler-22.09
  • OLK-5.10
  • openEuler-22.03-LTS
  • openEuler-22.03-LTS-Ascend
  • master
  • openEuler-22.03-LTS-LoongArch-NW
  • openEuler-22.09-HCK
  • openEuler-20.03-LTS-SP3
  • openEuler-21.09
  • openEuler-21.03
  • openEuler-20.09
  • 4.19.90-2210.5.0
  • 5.10.0-123.0.0
  • 5.10.0-60.63.0
  • 5.10.0-60.62.0
  • 4.19.90-2210.4.0
  • 5.10.0-121.0.0
  • 5.10.0-60.61.0
  • 4.19.90-2210.3.0
  • 5.10.0-60.60.0
  • 5.10.0-120.0.0
  • 5.10.0-60.59.0
  • 5.10.0-119.0.0
  • 4.19.90-2210.2.0
  • 4.19.90-2210.1.0
  • 5.10.0-118.0.0
  • 5.10.0-106.19.0
  • 5.10.0-60.58.0
  • 4.19.90-2209.6.0
  • 5.10.0-106.18.0
  • 5.10.0-106.17.0
33 results

selinux

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Stephen Smalley authored and Paul Moore committed
    Move global selinuxfs state to a per-instance structure (selinux_fs_info),
    and include a pointer to the selinux_state in this structure.
    Pass this selinux_state to all security server operations, thereby
    ensuring that each selinuxfs instance presents a view of and acts
    as an interface to a particular selinux_state instance.
    
    This change should have no effect on SELinux behavior or APIs
    (userspace or LSM).  It merely wraps the selinuxfs global state,
    links it to a particular selinux_state (currently always the single
    global selinux_state) and uses that state for all operations.
    
    Signed-off-by: default avatarStephen Smalley <sds@tycho.nsa.gov>
    Signed-off-by: default avatarPaul Moore <paul@paul-moore.com>
    0619f0f5
    History