mirror of
https://github.com/SELinuxProject/selinux
synced 2025-02-16 17:46:54 +00:00
Cleanup whitespace
Signed-off-by: Dan Walsh <dwalsh@redhat.com>
This commit is contained in:
parent
d5116bd45b
commit
84bffc43a7
@ -20,7 +20,6 @@ the policy file on disk. So they will be persistent across reboots.
|
|||||||
|
|
||||||
If the \-N option is given, the policy on disk is not reloaded into the kernel.
|
If the \-N option is given, the policy on disk is not reloaded into the kernel.
|
||||||
|
|
||||||
|
|
||||||
If the \-V option is given, verbose error messages will be printed from semanage libraries.
|
If the \-V option is given, verbose error messages will be printed from semanage libraries.
|
||||||
|
|
||||||
|
|
||||||
|
@ -53,10 +53,10 @@ int main(int argc, char **argv)
|
|||||||
permanent = 1;
|
permanent = 1;
|
||||||
break;
|
break;
|
||||||
case 'N':
|
case 'N':
|
||||||
reload = 0;
|
reload = 0;
|
||||||
break;
|
break;
|
||||||
case 'V':
|
case 'V':
|
||||||
verbose = 1;
|
verbose = 1;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
usage();
|
usage();
|
||||||
|
Loading…
Reference in New Issue
Block a user