December 2018
Beginner
320 pages
8h 57m
English
SELinux Booleans are switches that contains a set of rules to make a selective adjustment in behavior to an SELinux policy. SELinux Booleans provide an easy interface to change the behavior of an SELinux policy rule.
The following are examples that illustrate the usage of the getsebool and setsebool commands for managing SELinux Booleans:
# getsebool -a
The output of the getsebool -a command can be filtered down using grep as shown in the following command line:
# getsebool ...Read now
Unlock full access