Back to home page

OSCL-LXR

 
 

    


0001 What:           /proc/*/attr/current
0002 Contact:        linux-security-module@vger.kernel.org,
0003                 selinux@vger.kernel.org,
0004                 apparmor@lists.ubuntu.com
0005 Description:    The current security information used by a Linux
0006                 security module (LSM) that is active on the system.
0007                 The details of permissions required to read from
0008                 this interface and hence obtain the security state
0009                 of the task identified is LSM dependent.
0010                 A process cannot write to this interface unless it
0011                 refers to itself.
0012                 The other details of permissions required to write to
0013                 this interface and hence change the security state of
0014                 the task identified are LSM dependent.
0015                 The format of the data used by this interface is LSM
0016                 dependent.
0017                 SELinux, Smack and AppArmor provide this interface.
0018 Users:          SELinux user-space
0019                 Smack user-space
0020                 AppArmor user-space