1semanage-ibpkey(8) semanage-ibpkey(8)
2
3
4
6 semanage-ibpkey - SELinux Policy Management ibpkey mapping tool
7
9 semanage ibpkey [-h] [-n] [-N] [-S STORE] [ --add -t TYPE -x SUB‐
10 NET_PREFIX -r RANGE ibpkey_name | ibpkey_range | --delete -x SUB‐
11 NET_PREFIX ibpkey_name | ibpkey_range | --deleteall | --extract |
12 --list [-C] | --modify -t TYPE -x SUBNET_PREFIX -r RANGE ibpkey_name |
13 ibpkey_range ]
14
15
17 semanage is used to configure certain elements of SELinux policy with‐
18 out requiring modification to or recompilation from policy sources.
19 semanage ibpkey controls the ibpkey number to ibpkey type definitions.
20
21
23 -h, --help
24 show this help message and exit
25
26 -n, --noheading
27 Do not print heading when listing the specified object type
28
29 -N, --noreload
30 Do not reload policy after commit
31
32 -S STORE, --store STORE
33 Select an alternate SELinux Policy Store to manage
34
35 -C, --locallist
36 List local customizations
37
38 -a, --add
39 Add a record of the specified object type
40
41 -d, --delete
42 Delete a record of the specified object type
43
44 -m, --modify
45 Modify a record of the specified object type
46
47 -l, --list
48 List records of the specified object type
49
50 -E, --extract
51 Extract customizable commands, for use within a transaction
52
53 -D, --deleteall
54 Remove all local customizations
55
56 -t TYPE, --type TYPE
57 SELinux type for the object
58
59 -r RANGE, --range RANGE
60 MLS/MCS Security Range (MLS/MCS Systems only) SELinux Range for
61 SELinux login mapping defaults to the SELinux user record range.
62 SELinux Range for SELinux user defaults to s0.
63
64 -x SUBNET_PREFIX, --subnet_prefix SUBNET_PREFIX
65 Subnet prefix for the specified pkey or range of pkeys.
66
67
69 List all ibpkey definitions
70 # semanage ibpkey -l
71 Label pkey 0x8FFF (limited membership default pkey) as a default pkey type
72 # semanage ibpkey -a -t default_ibpkey_t -x fe80:: 0x8FFF
73
74
76 selinux(8), semanage(8)
77
78
80 This man page was written by Daniel Jurgens <danielj@mellanox.com>
81
82
83
84 20170508 semanage-ibpkey(8)