21 lines · plain
1What: /proc/*/attr/current2Contact: linux-security-module@vger.kernel.org,3 selinux@vger.kernel.org,4 apparmor@lists.ubuntu.com5Description: The current security information used by a Linux6 security module (LSM) that is active on the system.7 The details of permissions required to read from8 this interface and hence obtain the security state9 of the task identified is LSM dependent.10 A process cannot write to this interface unless it11 refers to itself.12 The other details of permissions required to write to13 this interface and hence change the security state of14 the task identified are LSM dependent.15 The format of the data used by this interface is LSM16 dependent.17 SELinux, Smack and AppArmor provide this interface.18Users: SELinux user-space19 Smack user-space20 AppArmor user-space21