NAME |SYNOPSIS |DESCRIPTION |RETURN VALUE |ERRORS |NOTES |EXAMPLE |SEE ALSO |COLOPHON | |
selinux_f...ntext_cmp(3) Library Functions Manualselinux_f...ntext_cmp(3)selinux_file_context_cmp - Compare two SELinux security contexts excluding the 'user' component
#include <selinux/selinux.h>int selinux_file_context_cmp(const char *a,const char *b);
selinux_file_context_cmp() compares two context strings excluding the user component withstrcmp(3) as shown in theEXAMPLEsection. This is useful as for most object contexts, the user component is not relevant.
The return values follow thestrcmp(3) function, where: 0 if they are equal. 1 ifa is greater thanb -1 ifa is less thanb
None.
The contexts being compared do not specifically need to be file contexts.
If contexta is: user_u:user_r:user_t:s0 and contextb 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 andselinux_file_context_cmp() will return zero.
selinux(8)
This page is part of theselinux (Security-Enhanced Linux user- space libraries and tools) project. Information about the project can be found at ⟨https://github.com/SELinuxProject/selinux/wiki⟩. If you have a bug report for this manual page, see ⟨https://github.com/SELinuxProject/selinux/wiki/Contributing⟩. This page was obtained from the project's upstream Git repository ⟨https://github.com/SELinuxProject/selinux⟩ on 2025-08-11. (At that time, the date of the most recent commit that was found in the repository was 2025-08-04.) If you discover any rendering problems in this HTML version of the page, or you believe there is a better or more up-to-date source for the page, or you have corrections or improvements to the information in this COLOPHON (which isnot part of the original manual page), send a mail to man-pages@man7.orgSELinux API documentation 08 March 2011selinux_f...ntext_cmp(3)Pages that refer to this page:selinux_lsetfilecon_default(3)
HTML rendering created 2025-09-06 byMichael Kerrisk, author ofThe Linux Programming Interface. For details of in-depthLinux/UNIX system programming training courses that I teach, lookhere. Hosting byjambit GmbH. | ![]() |