1removable_context(5) SELinux configuration removable_context(5)
2
3
4
6 removable_context - The SELinux removable devices context configuration
7 file
8
10 This file contains the default label that should be used for removable
11 devices.
12
13 selinux_removable_context_path(3) will return the active policy path to
14 this file. The default removable context file is:
15 /etc/selinux/{SELINUXTYPE}/contexts/removable_context
16
17 Where {SELINUXTYPE} is the entry from the selinux configuration file
18 config (see selinux_config(5)).
19
21 The file consists of a single line entry as follows:
22 user:role:type[:range]
23
24 Where:
25 user role type range
26 A user, role, type and optional range (for MCS/MLS) sepa‐
27 rated by colons (:) that will be applied to removable
28 devices.
29
31 # ./contexts/removable_contexts
32 system_u:object_r:removable_t:s0
33
35 selinux(8), selinux_removable_context_path(3), selinux_config(5)
36
37
38
39Security Enhanced Linux 28-Nov-2011 removable_context(5)