procfs-attr-exec 819 B

1234567891011121314151617181920
  1. What: /proc/*/attr/exec
  2. Contact: [email protected],
  3. [email protected],
  4. [email protected]
  5. Description: 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.
  19. Users: SELinux user-space
  20. AppArmor user-space