Back to home page

OSCL-LXR

 
 

    


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