selinux_file_context_cmp(3)

NAME

selinux_file_context_cmp, selinux_file_context_verify - comparison of two file contexts.

SYNOPSIS

#include <selinux/selinux.h>


int selinux_file_context_cmp(const security_context_t  a,  const  secu-
rity_context_t b);

int selinux_file_context_verify(const char *path, mode_t mode);

DESCRIPTION

selinux_file_context_cmp compares two file contexts to see if their differences are "significant", the function runs the strcmp function ignoring the user componant of the file context.

selinux_file_context_verify compares the file context on disk to the system default.

RETURN VALUE

Returns zero on success or -1 otherwise.

SEE ALSO

selinux(8), selinux_lsetfilecon(3), matchpathcon(3), freecon(3), setfilecon(3), setfscreatecon(3)
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout