1LOAD_POLICY(8) NSA LOAD_POLICY(8)
2
3
4
6 load_policy - load a new SELinux policy into the kernel
7
8
10 load_policy [-qi]
11
13 load_policy loads the installed policy file into the kernel. The
14 existing policy boolean values are automatically preserved across pol‐
15 icy reloads rather than being reset to the default values in the policy
16 file.
17
18
20 -q suppress warning messages.
21
22 -i inital policy load. Only use this if this is the first time pol‐
23 icy is being loaded since boot (usually called from initramfs).
24
25
27 0 Success
28
29 1 Invalid option
30
31 2 Policy load failed
32
33 3 Initial policy load failed and enforcing mode requested
34
36 booleans (8),
37
39 This manual page was written by Dan Walsh <dwalsh@redhat.com>.
40 The program was written by Stephen Smalley <sds@epoch.ncsc.mil>.
41
42
43
44Security Enhanced Linux May 2003 LOAD_POLICY(8)