cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

procfs-attr-current (810B)


      1What:		/proc/*/attr/current
      2Contact:	linux-security-module@vger.kernel.org,
      3		selinux@vger.kernel.org,
      4		apparmor@lists.ubuntu.com
      5Description:	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.
     18Users:		SELinux user-space
     19		Smack user-space
     20		AppArmor user-space