1semanage-import(8) semanage-import(8)
2
3
4
6 semanage-import - SELinux Policy Management import tool
7
9 semanage import [-h] [-N] [-S STORE] [-f INPUT_FILE]
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 import and export can be used to extract the SELinux modifica‐
16 tions from one machine and apply them to another. Please note that this
17 will remove all current semanage customizations on the second machine
18 as the command list generated using semanage export start with <com‐
19 mand> -D for all semanage sub-commands. You can put a whole group of
20 semanage commands within a file and apply them to a machine in a single
21 transaction.
22
23
25 -h, --help
26 show this help message and exit
27
28 -N, --noreload
29 Do not reload policy after commit
30
31 -S STORE, --store STORE
32 Select an alternate SELinux Policy Store to manage
33
34 -f INPUT_FILE, --input_file INPUT_FILE
35 Input file
36
38 Import semanage modifications from another machine
39 # semanage import -f semanage.mods
40
41
43 selinux (8), semanage (8), semanage-export (8)
44
45
47 This man page was written by Daniel Walsh <dwalsh@redhat.com>
48
49
50
51 20130617 semanage-import(8)