21 lines · plain
1What: /proc/*/attr/exec2Contact: linux-security-module@vger.kernel.org,3 selinux@vger.kernel.org,4 apparmor@lists.ubuntu.com5Description: The security information to be used on the process6 by a Linux security module (LSM) active on the system7 after a subsequent exec() call.8 The details of permissions required to read from9 this interface and hence obtain the security state10 of the task identified is LSM dependent.11 A process cannot write to this interface unless it12 refers to itself.13 The other details of permissions required to write to14 this interface and hence change the security state of15 the task identified are LSM dependent.16 The format of the data used by this interface is LSM17 dependent.18 SELinux and AppArmor provide this interface.19Users: SELinux user-space20 AppArmor user-space21