1gnomesystemmm_selinux(8) SELinux Policy gnomesystemmm gnomesystemmm_selinux(8)
2
3
4
6 gnomesystemmm_selinux - Security Enhanced Linux Policy for the
7 gnomesystemmm processes
8
10 Security-Enhanced Linux secures the gnomesystemmm processes via flexi‐
11 ble mandatory access control.
12
13 The gnomesystemmm processes execute with the gnomesystemmm_t SELinux
14 type. You can check if you have these processes running by executing
15 the ps command with the -Z qualifier.
16
17 For example:
18
19 ps -eZ | grep gnomesystemmm_t
20
21
22
24 The gnomesystemmm_t SELinux type can be entered via the gnomesys‐
25 temmm_exec_t file type.
26
27 The default entrypoint paths for the gnomesystemmm_t domain are the
28 following:
29
30 /usr/libexec/kde(3|4)/ksysguardprocesslist_helper, /usr/libexec/gnome-
31 system-monitor-mechanism
32
34 SELinux defines process types (domains) for each process running on the
35 system
36
37 You can see the context of a process using the -Z option to ps
38
39 Policy governs the access confined processes have to files. SELinux
40 gnomesystemmm policy is very flexible allowing users to setup their
41 gnomesystemmm processes in as secure a method as possible.
42
43 The following process types are defined for gnomesystemmm:
44
45 gnomesystemmm_t
46
47 Note: semanage permissive -a gnomesystemmm_t can be used to make the
48 process type gnomesystemmm_t permissive. SELinux does not deny access
49 to permissive process types, but the AVC (SELinux denials) messages are
50 still generated.
51
52
54 SELinux policy is customizable based on least access required.
55 gnomesystemmm policy is extremely flexible and has several booleans
56 that allow you to manipulate the policy and run gnomesystemmm with the
57 tightest access possible.
58
59
60
61 If you want to allow all domains to execute in fips_mode, you must turn
62 on the fips_mode boolean. Enabled by default.
63
64 setsebool -P fips_mode 1
65
66
67
69 The SELinux process type gnomesystemmm_t can manage files labeled with
70 the following file types. The paths listed are the default paths for
71 these file types. Note the processes UID still need to have DAC per‐
72 missions.
73
74 cluster_conf_t
75
76 /etc/cluster(/.*)?
77
78 cluster_var_lib_t
79
80 /var/lib/pcsd(/.*)?
81 /var/lib/cluster(/.*)?
82 /var/lib/openais(/.*)?
83 /var/lib/pengine(/.*)?
84 /var/lib/corosync(/.*)?
85 /usr/lib/heartbeat(/.*)?
86 /var/lib/heartbeat(/.*)?
87 /var/lib/pacemaker(/.*)?
88
89 cluster_var_run_t
90
91 /var/run/crm(/.*)?
92 /var/run/cman_.*
93 /var/run/rsctmp(/.*)?
94 /var/run/aisexec.*
95 /var/run/heartbeat(/.*)?
96 /var/run/pcsd-ruby.socket
97 /var/run/corosync-qnetd(/.*)?
98 /var/run/corosync-qdevice(/.*)?
99 /var/run/corosync.pid
100 /var/run/cpglockd.pid
101 /var/run/rgmanager.pid
102 /var/run/cluster/rgmanager.sk
103
104 config_home_t
105
106 /root/.kde(/.*)?
107 /root/.xine(/.*)?
108 /root/.config(/.*)?
109 /var/run/user/[^/]*/dconf(/.*)?
110 /root/.Xdefaults
111 /home/[^/]+/.kde(/.*)?
112 /home/[^/]+/.xine(/.*)?
113 /home/[^/]+/.config(/.*)?
114 /home/[^/]+/.cache/dconf(/.*)?
115 /home/[^/]+/.Xdefaults
116
117 config_usr_t
118
119 /usr/share/config(/.*)?
120
121 root_t
122
123 /sysroot/ostree/deploy/.*-atomic/deploy(/.*)?
124 /
125 /initrd
126
127
129 SELinux requires files to have an extended attribute to define the file
130 type.
131
132 You can see the context of a file using the -Z option to ls
133
134 Policy governs the access confined processes have to these files.
135 SELinux gnomesystemmm policy is very flexible allowing users to setup
136 their gnomesystemmm processes in as secure a method as possible.
137
138 The following file types are defined for gnomesystemmm:
139
140
141
142 gnomesystemmm_exec_t
143
144 - Set files with the gnomesystemmm_exec_t type, if you want to transi‐
145 tion an executable to the gnomesystemmm_t domain.
146
147
148 Paths:
149 /usr/libexec/kde(3|4)/ksysguardprocesslist_helper,
150 /usr/libexec/gnome-system-monitor-mechanism
151
152
153 Note: File context can be temporarily modified with the chcon command.
154 If you want to permanently change the file context you need to use the
155 semanage fcontext command. This will modify the SELinux labeling data‐
156 base. You will need to use restorecon to apply the labels.
157
158
160 semanage fcontext can also be used to manipulate default file context
161 mappings.
162
163 semanage permissive can also be used to manipulate whether or not a
164 process type is permissive.
165
166 semanage module can also be used to enable/disable/install/remove pol‐
167 icy modules.
168
169 semanage boolean can also be used to manipulate the booleans
170
171
172 system-config-selinux is a GUI tool available to customize SELinux pol‐
173 icy settings.
174
175
177 This manual page was auto-generated using sepolicy manpage .
178
179
181 selinux(8), gnomesystemmm(8), semanage(8), restorecon(8), chcon(1), se‐
182 policy(8), setsebool(8)
183
184
185
186gnomesystemmm 21-11-19 gnomesystemmm_selinux(8)