Query: selinux_boolean_sub
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
selinux_boolean_sub(3) SELinux API documentation selinux_boolean_sub(3)NAMEselinux_boolean_sub -SYNOPSIS#include <selinux/selinux.h> char *selinux_boolean_sub(const char *boolean_name);DESCRIPTIONselinux_boolean_sub() searches the /etc/selinux/{POLICYTYPE}/booleans.subs_dist file for a maching boolean_name record. If the record exists the boolean substitution name is returned. If not selinux_boolean_sub() returns the original boolean_name.RETURN VALUEselinux_boolean_sub() returns the boolean_name or the substituted name on success. The returned value must be freed with free(3). selinux_boolean_sub() returns NULL on error.SEE ALSOsecurity_get_boolean_names(3) dwalsh@redhat.com 11 June 2012 selinux_boolean_sub(3)
Related Man Pages |
---|
booleans(5) - centos |
security_get_boolean_names(3) - debian |
security_set_boolean(3) - debian |
booleans(5) - debian |
security_get_boolean_pending(3) - centos |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
CentOS7 restoring file capabilities |
CentOS 6 ran out of space, need to reclaim it |
Controlling user input |
[TIP] Processing YAML files with yq |