1telepathy_mission_coSnEtLrionlu_xsePloilniucxy(8t)elepathyt_emliespsaitohny__cmoinstsriooln_control_selinux(8)
2
3
4
6 telepathy_mission_control_selinux - Security Enhanced Linux Policy for
7 the telepathy_mission_control processes
8
10 Security-Enhanced Linux secures the telepathy_mission_control processes
11 via flexible mandatory access control.
12
13 The telepathy_mission_control processes execute with the telepathy_mis‐
14 sion_control_t SELinux type. You can check if you have these processes
15 running by executing the ps command with the -Z qualifier.
16
17 For example:
18
19 ps -eZ | grep telepathy_mission_control_t
20
21
22
24 The telepathy_mission_control_t SELinux type can be entered via the
25 telepathy_mission_control_exec_t file type.
26
27 The default entrypoint paths for the telepathy_mission_control_t domain
28 are the following:
29
30
31
33 SELinux defines process types (domains) for each process running on the
34 system
35
36 You can see the context of a process using the -Z option to ps
37
38 Policy governs the access confined processes have to files. SELinux
39 telepathy_mission_control policy is very flexible allowing users to
40 setup their telepathy_mission_control processes in as secure a method
41 as possible.
42
43 The following process types are defined for telepathy_mission_control:
44
45 telepathy_mission_control_t
46
47 Note: semanage permissive -a telepathy_mission_control_t can be used to
48 make the process type telepathy_mission_control_t permissive. SELinux
49 does not deny access to permissive process types, but the AVC (SELinux
50 denials) messages are still generated.
51
52
54 SELinux policy is customizable based on least access required. telepa‐
55 thy_mission_control policy is extremely flexible and has several bool‐
56 eans that allow you to manipulate the policy and run telepathy_mis‐
57 sion_control with the tightest access possible.
58
59
60
61 If you want to allow all domains to use other domains file descriptors,
62 you must turn on the allow_domain_fd_use boolean. Enabled by default.
63
64 setsebool -P allow_domain_fd_use 1
65
66
67
68 If you want to allow sysadm to debug or ptrace all processes, you must
69 turn on the allow_ptrace boolean. Disabled by default.
70
71 setsebool -P allow_ptrace 1
72
73
74
75 If you want to allow system to run with NIS, you must turn on the
76 allow_ypbind boolean. Disabled by default.
77
78 setsebool -P allow_ypbind 1
79
80
81
82 If you want to allow all domains to have the kernel load modules, you
83 must turn on the domain_kernel_load_modules boolean. Disabled by
84 default.
85
86 setsebool -P domain_kernel_load_modules 1
87
88
89
90 If you want to allow all domains to execute in fips_mode, you must turn
91 on the fips_mode boolean. Enabled by default.
92
93 setsebool -P fips_mode 1
94
95
96
97 If you want to enable reading of urandom for all domains, you must turn
98 on the global_ssp boolean. Disabled by default.
99
100 setsebool -P global_ssp 1
101
102
103
104 If you want to allow the Telepathy connection managers to connect to
105 any generic TCP port, you must turn on the telepathy_tcp_con‐
106 nect_generic_network_ports boolean. Enabled by default.
107
108 setsebool -P telepathy_tcp_connect_generic_network_ports 1
109
110
111
112 If you want to support NFS home directories, you must turn on the
113 use_nfs_home_dirs boolean. Disabled by default.
114
115 setsebool -P use_nfs_home_dirs 1
116
117
118
119 If you want to support SAMBA home directories, you must turn on the
120 use_samba_home_dirs boolean. Disabled by default.
121
122 setsebool -P use_samba_home_dirs 1
123
124
125
127 The SELinux process type telepathy_mission_control_t can manage files
128 labeled with the following file types. The paths listed are the
129 default paths for these file types. Note the processes UID still need
130 to have DAC permissions.
131
132 cifs_t
133
134
135 initrc_tmp_t
136
137
138 mnt_t
139
140 /mnt(/[^/]*)
141 /mnt(/[^/]*)?
142 /rhev(/[^/]*)?
143 /media(/[^/]*)
144 /media(/[^/]*)?
145 /etc/rhgb(/.*)?
146 /media/.hal-.*
147 /net
148 /afs
149 /rhev
150 /misc
151
152 nfs_t
153
154
155 telepathy_mission_control_cache_home_t
156
157
158 telepathy_mission_control_home_t
159
160
161 tmp_t
162
163 /tmp
164 /usr/tmp
165 /var/tmp
166 /tmp-inst
167 /var/tmp-inst
168 /var/tmp/vi.recover
169
170
172 semanage fcontext can also be used to manipulate default file context
173 mappings.
174
175 semanage permissive can also be used to manipulate whether or not a
176 process type is permissive.
177
178 semanage module can also be used to enable/disable/install/remove pol‐
179 icy modules.
180
181 semanage boolean can also be used to manipulate the booleans
182
183
184 system-config-selinux is a GUI tool available to customize SELinux pol‐
185 icy settings.
186
187
189 This manual page was auto-generated using sepolicy manpage .
190
191
193 selinux(8), telepathy_mission_control(8), semanage(8), restorecon(8),
194 chcon(1) , setsebool(8)
195
196
197
198telepathy_mission_control 15-06-03telepathy_mission_control_selinux(8)