Expand description
Set of functions to manage SELinux security contexts
Enums§
Functions§
- contexts_
differ - Compares SELinux security contexts of two filesystem paths.
- get_
getfattr_ output - Gets the SELinux security context for a file using getfattr.
- get_
selinux_ security_ context - Gets the SELinux security context for the given filesystem path.
- is_
selinux_ enabled - Checks if SELinux is enabled on the system.
- preserve_
security_ context - Preserves the SELinux security context from one filesystem path to another.
- selinux_
error_ description - Returns a string describing the error and its causes.
- set_
selinux_ security_ context - Sets the SELinux security context for the given filesystem path.