1semanage-module(8) semanage-module(8)
2
3
4
6 semanage-module - SELinux Policy Management module mapping tool
7
9 semanage module [-h] [-n] [-N] [-S STORE] (-a | -r | -e | -d |
10 --extract | --list [-C] | --deleteall) [module_name]
11
12
14 semanage is used to configure certain elements of SELinux policy with‐
15 out requiring modification to or recompilation from policy sources.
16 semanage module installs, removes, disables SELinux Policy modules.
17
18
20 -h, --help
21 show this help message and exit
22
23 -n, --noheading
24 Do not print heading when listing the specified object type
25
26 -N, --noreload
27 Do not reload policy after commit
28
29 -S STORE, --store STORE
30 Select an alternate SELinux Policy Store to manage
31
32 -a, --add
33 Install specified module
34
35 -r, --remove
36 Remove specified module
37
38 -d --disable
39 Disable specified module
40
41 -e --enable
42 Enable specified module
43
44 -E, --extract
45 Extract customizable commands, for use within a transaction
46
47 -l, --list
48 List records of the specified object type
49
50 -C, --locallist
51 List local customizations
52
53
55 List all modules
56 # semanage module -l
57 Disable unconfined module
58 # semanage module --disable unconfined
59 Install custom apache policy module
60 # semanage module -a myapache
61
62
64 selinux(8), semanage(8), semodule(8)
65
66
68 This man page was written by Daniel Walsh <dwalsh@redhat.com>
69
70
71
72 20130617 semanage-module(8)