xref: /linux/Documentation/ABI/testing/procfs-attr-exec (revision 18e2d526bf24525995d4312937e82d9b6810f663)
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