1semanage-permissive(8) semanage-permissive(8)
2
3
4
6 semanage-permissive - SELinux Policy Management permissive mapping tool
7
9 semanage permissive [-h] (-a | -d | -l) [-n] [-N] [-S STORE] [type]
10
11
13 semanage is used to configure certain elements of SELinux policy with‐
14 out requiring modification to or recompilation from policy sources.
15 semanage permissive adds or removes a SELinux Policy permissive module.
16
17
19 -h, --help
20 show this help message and exit
21
22 -a, --add
23 Add a record of the specified object type
24
25 -d, --delete
26 Delete a record of the specified object type
27
28 -l, --list
29 List records of the specified object type
30
31 -n, --noheading
32 Do not print heading when listing the specified object type
33
34 -N, --noreload
35 Do not reload the policy after commit
36
37 -S STORE, --store STORE
38 Select an alternate SELinux Policy Store to manage
39
40
42 List all permissive modules
43 # semanage permissive -l
44 Make httpd_t (Web Server) a permissive domain
45 # semanage permissive -a httpd_t
46
47
49 selinux(8), semanage(8)
50
51
53 This man page was written by Daniel Walsh <dwalsh@redhat.com>
54
55
56
57 20130617 semanage-permissive(8)