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