load_policy: mention SELinux in the help.

This commit is contained in:
Elliott Hughes 2019-03-13 22:10:48 -07:00 committed by Rob Landley
parent 021954d842
commit 4157ed0625

View File

@ -1,4 +1,4 @@
/* load_policy.c - Load a policy file
/* load_policy.c - Load an SELinux policy file
*
* Copyright 2015 The Android Open Source Project
@ -11,7 +11,7 @@ config LOAD_POLICY
help
usage: load_policy FILE
Load the specified policy file.
Load the specified SELinux policy file.
*/
#define FOR_load_policy