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 initial policy load. Only use this if this is the first time
23 policy is being loaded since boot (usually called from
24 initramfs).
25
26
28 0 Success
29
30 1 Invalid option
31
32 2 Policy load failed
33
34 3 Initial policy load failed and enforcing mode requested
35
37 booleans(8)
38
40 This manual page was written by Dan Walsh <dwalsh@redhat.com>.
41 The program was written by Stephen Smalley <sds@tycho.nsa.gov>.
42
43
44
45Security Enhanced Linux May 2003 LOAD_POLICY(8)