1chrome_sandbox_nacl_selSiEnLuixn(u8x)Policy chrome_sandbcohxr_onmaec_lsandbox_nacl_selinux(8)
2
3
4
6 chrome_sandbox_nacl_selinux - Security Enhanced Linux Policy for the
7 chrome_sandbox_nacl processes
8
10 Security-Enhanced Linux secures the chrome_sandbox_nacl processes via
11 flexible mandatory access control.
12
13 The chrome_sandbox_nacl processes execute with the chrome_sand‐
14 box_nacl_t SELinux type. You can check if you have these processes run‐
15 ning by executing the ps command with the -Z qualifier.
16
17 For example:
18
19 ps -eZ | grep chrome_sandbox_nacl_t
20
21
22
24 The chrome_sandbox_nacl_t SELinux type can be entered via the bin_t,
25 usr_t, chrome_sandbox_nacl_exec_t file types.
26
27 The default entrypoint paths for the chrome_sandbox_nacl_t domain are
28 the following:
29
30 All executables with the default executable label, usually stored in
31 /usr/bin and /usr/sbin. /opt/.*, /usr/.*, /emul/.*, /export(/.*)?,
32 /ostree(/.*)?, /usr/doc(/.*)?/lib(/.*)?, /usr/inclu.e(/.*)?,
33 /usr/share/rpm(/.*)?, /usr/share/doc(/.*)?/README.*, /usr/lib/mod‐
34 ules(/.*)/vmlinuz, /usr/lib/modules(/.*)/initramfs.img, /usr/lib/sysim‐
35 age(/.*)?, /usr/lib/ostree-boot(/.*)?, /opt, /usr, /emul,
36 /opt/google/chrome[^/]*/nacl_helper_bootstrap,
37 /opt/google/chrome/nacl_helper_bootstrap, /usr/lib/chromium-
38 browser/nacl_helper_bootstrap
39
41 SELinux defines process types (domains) for each process running on the
42 system
43
44 You can see the context of a process using the -Z option to ps
45
46 Policy governs the access confined processes have to files. SELinux
47 chrome_sandbox_nacl policy is very flexible allowing users to setup
48 their chrome_sandbox_nacl processes in as secure a method as possible.
49
50 The following process types are defined for chrome_sandbox_nacl:
51
52 chrome_sandbox_nacl_t
53
54 Note: semanage permissive -a chrome_sandbox_nacl_t can be used to make
55 the process type chrome_sandbox_nacl_t permissive. SELinux does not
56 deny access to permissive process types, but the AVC (SELinux denials)
57 messages are still generated.
58
59
61 The SELinux process type chrome_sandbox_nacl_t can manage files labeled
62 with the following file types. The paths listed are the default paths
63 for these file types. Note the processes UID still need to have DAC
64 permissions.
65
66 chrome_sandbox_home_t
67
68 /home/[^/]+/.cache/chromium(/.*)?
69 /home/[^/]+/.config/chromium(/.*)?
70 /home/[^/]+/.cache/google-chrome(/.*)?
71 /home/[^/]+/.cache/google-chrome-unstable(/.*)?
72
73 chrome_sandbox_tmpfs_t
74
75
76
78 SELinux requires files to have an extended attribute to define the file
79 type.
80
81 You can see the context of a file using the -Z option to ls
82
83 Policy governs the access confined processes have to these files.
84 SELinux chrome_sandbox_nacl policy is very flexible allowing users to
85 setup their chrome_sandbox_nacl processes in as secure a method as pos‐
86 sible.
87
88 The following file types are defined for chrome_sandbox_nacl:
89
90
91
92 chrome_sandbox_nacl_exec_t
93
94 - Set files with the chrome_sandbox_nacl_exec_t type, if you want to
95 transition an executable to the chrome_sandbox_nacl_t domain.
96
97
98 Paths:
99 /opt/google/chrome[^/]*/nacl_helper_bootstrap,
100 /opt/google/chrome/nacl_helper_bootstrap, /usr/lib/chromium-
101 browser/nacl_helper_bootstrap
102
103
104 Note: File context can be temporarily modified with the chcon command.
105 If you want to permanently change the file context you need to use the
106 semanage fcontext command. This will modify the SELinux labeling data‐
107 base. You will need to use restorecon to apply the labels.
108
109
111 semanage fcontext can also be used to manipulate default file context
112 mappings.
113
114 semanage permissive can also be used to manipulate whether or not a
115 process type is permissive.
116
117 semanage module can also be used to enable/disable/install/remove pol‐
118 icy modules.
119
120
121 system-config-selinux is a GUI tool available to customize SELinux pol‐
122 icy settings.
123
124
126 This manual page was auto-generated using sepolicy manpage .
127
128
130 selinux(8), chrome_sandbox_nacl(8), semanage(8), restorecon(8),
131 chcon(1), sepolicy(8)
132
133
134
135chrome_sandbox_nacl 21-03-26 chrome_sandbox_nacl_selinux(8)