xref: /linux/Documentation/ABI/testing/procfs-attr-exec (revision 8e2b43d2c10b1b5f42805810c6854470d8774e60)
1What:		/proc/*/attr/exec
2Contact:	linux-security-module@vger.kernel.org,
3		selinux@vger.kernel.org,
4		apparmor@lists.ubuntu.com
5Description:	The security information to be used on the process
6		by a Linux security module (LSM) active on the system
7		after a subsequent exec() call.
8		The details of permissions required to read from
9		this interface and hence obtain the security state
10		of the task identified is LSM dependent.
11		A process cannot write to this interface unless it
12		refers to itself.
13		The other details of permissions required to write to
14		this interface and hence change the security state of
15		the task identified are LSM dependent.
16		The format of the data used by this interface is LSM
17		dependent.
18		SELinux and AppArmor provide this interface.
19Users:		SELinux user-space
20		AppArmor user-space
21