Query: security_check_context_raw
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
security_check_context(3) SELinux API documentation security_check_context(3)NAMEsecurity_check_context - check the validity of a SELinux contextSYNOPSIS#include <selinux/selinux.h> int security_check_context(security_context_t con); int security_check_context_raw(security_context_t con);DESCRIPTIONsecurity_check_context() returns 0 if SELinux is running and the context is valid, otherwise it returns -1. security_check_context_raw() behaves identically to security_check_context() but does not perform context translation.SEE ALSOselinux(8) russell@coker.com.au 1 January 2004 security_check_context(3)
Related Man Pages |
---|
fsetfilecon_raw(3) - centos |
getfilecon(3) - centos |
getfscreatecon(3) - centos |
getfscreatecon_raw(3) - centos |
setfilecon(3) - centos |
Similar Topics in the Unix Linux Community |
---|
Weird 'find' results |
How to increment version inside a file? |
DB2 convert digits to binary format |
Docker learning Phase-I |
Shopt -s histappend |