Man Page: selinux_file_context_cmp
Operating Environment: centos
Section: 3
selinux_file_context_cmp(3) Library Functions Manual selinux_file_context_cmp(3)NAMEselinux_file_context_cmp - Compare two SELinux security contexts excluding the 'user' componentSYNOPSIS#include <selinux/selinux.h> int selinux_file_context_cmp(const security_context_t a, const security_context_t b);DESCRIPTIONselinux_file_context_cmp() compares two context strings excluding the user component with strcmp(3) as shown in the EXAMPLE section. This is useful as for most object contexts, the user component is not relevant.RETURN VALUEThe return values follow the strcmp(3) function, where: 0 if they are equal. 1 if a is greater than b -1 if a is less than bERRORSNone.NOTESThe contexts being compared do not specifically need to be file contexts.EXAMPLEIf context a is: user_u:user_r:user_t:s0 and context b is: root:user_r:user_t:s0 then the actual strings compared are: :user_r:user_t:s0 and :user_r:user_t:s0 Therefore they will match and selinux_file_context_cmp() will return zero.SEE ALSOselinux(8) SELinux API documentation 08 March 2011 selinux_file_context_cmp(3)
| Related Man Pages |
|---|
| default_type(5) - debian |
| get_default_context_with_level(3) - centos |
| get_default_type(3) - centos |
| get_default_context_with_rolelevel(3) - centos |
| selinux_file_context_cmp(3) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| Set hard block limit for user using quota |
| Tar Command |
| Unsure why access time on a directory change isn't changing |
| CentOS 6 ran out of space, need to reclaim it |
| Controlling user input |