Skip to content
Snippets Groups Projects
Select Git revision
  • 0619f0f5e36f12e100ef294f5980cfe7c93ff23e
  • vme-testing default
  • ci-test
  • master
  • remoteproc
  • am625-sk-ov5640
  • pcal6534-upstreaming
  • lps22df-upstreaming
  • msc-upstreaming
  • imx8mp
  • iio/noa1305
  • vme-next
  • vme-next-4.14-rc4
  • v4.14-rc4
  • v4.14-rc3
  • v4.14-rc2
  • v4.14-rc1
  • v4.13
  • vme-next-4.13-rc7
  • v4.13-rc7
  • v4.13-rc6
  • v4.13-rc5
  • v4.13-rc4
  • v4.13-rc3
  • v4.13-rc2
  • v4.13-rc1
  • v4.12
  • v4.12-rc7
  • v4.12-rc6
  • v4.12-rc5
  • v4.12-rc4
  • v4.12-rc3
32 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
    Name Last commit Last update
    ..