1gnomesystemmm_selinux(8) SELinux Policy gnomesystemmm gnomesystemmm_selinux(8)
2
3
4

NAME

6       gnomesystemmm_selinux   -   Security  Enhanced  Linux  Policy  for  the
7       gnomesystemmm processes
8

DESCRIPTION

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

ENTRYPOINTS

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

PROCESS TYPES

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

BOOLEANS

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

MANAGED FILES

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/corosync-qnetd(/.*)?
97            /var/run/corosync-qdevice(/.*)?
98            /var/run/corosync.pid
99            /var/run/cpglockd.pid
100            /var/run/rgmanager.pid
101            /var/run/cluster/rgmanager.sk
102
103       config_home_t
104
105            /root/.kde(/.*)?
106            /root/.xine(/.*)?
107            /root/.config(/.*)?
108            /var/run/user/[^/]*/dconf(/.*)?
109            /root/.Xdefaults
110            /home/[^/]+/.kde(/.*)?
111            /home/[^/]+/.xine(/.*)?
112            /home/[^/]+/.config(/.*)?
113            /home/[^/]+/.cache/dconf(/.*)?
114            /home/[^/]+/.Xdefaults
115
116       config_usr_t
117
118            /usr/share/config(/.*)?
119
120       root_t
121
122            /sysroot/ostree/deploy/.*-atomic/deploy(/.*)?
123            /
124            /initrd
125
126

FILE CONTEXTS

128       SELinux requires files to have an extended attribute to define the file
129       type.
130
131       You can see the context of a file using the -Z option to ls
132
133       Policy governs the access  confined  processes  have  to  these  files.
134       SELinux  gnomesystemmm  policy is very flexible allowing users to setup
135       their gnomesystemmm processes in as secure a method as possible.
136
137       The following file types are defined for gnomesystemmm:
138
139
140
141       gnomesystemmm_exec_t
142
143       - Set files with the gnomesystemmm_exec_t type, if you want to  transi‐
144       tion an executable to the gnomesystemmm_t domain.
145
146
147       Paths:
148            /usr/libexec/kde(3|4)/ksysguardprocesslist_helper,
149            /usr/libexec/gnome-system-monitor-mechanism
150
151
152       Note: File context can be temporarily modified with the chcon  command.
153       If  you want to permanently change the file context you need to use the
154       semanage fcontext command.  This will modify the SELinux labeling data‐
155       base.  You will need to use restorecon to apply the labels.
156
157

COMMANDS

159       semanage  fcontext  can also be used to manipulate default file context
160       mappings.
161
162       semanage permissive can also be used to manipulate  whether  or  not  a
163       process type is permissive.
164
165       semanage  module can also be used to enable/disable/install/remove pol‐
166       icy modules.
167
168       semanage boolean can also be used to manipulate the booleans
169
170
171       system-config-selinux is a GUI tool available to customize SELinux pol‐
172       icy settings.
173
174

AUTHOR

176       This manual page was auto-generated using sepolicy manpage .
177
178

SEE ALSO

180       selinux(8),  gnomesystemmm(8),  semanage(8),  restorecon(8),  chcon(1),
181       sepolicy(8), setsebool(8)
182
183
184
185gnomesystemmm                      20-05-05           gnomesystemmm_selinux(8)
Impressum