1telepathy_stream_engiSnEeL_isneulxinPuoxl(i8c)y telepathy_tsetlreepaamt_heyn_gsitnreeam_engine_selinux(8)
2
3
4
6 telepathy_stream_engine_selinux - Security Enhanced Linux Policy for
7 the telepathy_stream_engine processes
8
10 Security-Enhanced Linux secures the telepathy_stream_engine processes
11 via flexible mandatory access control.
12
13 The telepathy_stream_engine processes execute with the telepa‐
14 thy_stream_engine_t SELinux type. You can check if you have these pro‐
15 cesses running by executing the ps command with the -Z qualifier.
16
17 For example:
18
19 ps -eZ | grep telepathy_stream_engine_t
20
21
22
24 The telepathy_stream_engine_t SELinux type can be entered via the
25 telepathy_stream_engine_exec_t file type.
26
27 The default entrypoint paths for the telepathy_stream_engine_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_stream_engine policy is very flexible allowing users to setup
40 their telepathy_stream_engine processes in as secure a method as possi‐
41 ble.
42
43 The following process types are defined for telepathy_stream_engine:
44
45 telepathy_stream_engine_t
46
47 Note: semanage permissive -a telepathy_stream_engine_t can be used to
48 make the process type telepathy_stream_engine_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_stream_engine policy is extremely flexible and has several booleans
56 that allow you to manipulate the policy and run telepathy_stream_engine
57 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
113 The SELinux process type telepathy_stream_engine_t can manage files
114 labeled with the following file types. The paths listed are the
115 default paths for these file types. Note the processes UID still need
116 to have DAC permissions.
117
118 initrc_tmp_t
119
120
121 mnt_t
122
123 /mnt(/[^/]*)
124 /mnt(/[^/]*)?
125 /rhev(/[^/]*)?
126 /media(/[^/]*)
127 /media(/[^/]*)?
128 /etc/rhgb(/.*)?
129 /media/.hal-.*
130 /net
131 /afs
132 /rhev
133 /misc
134
135 tmp_t
136
137 /tmp
138 /usr/tmp
139 /var/tmp
140 /tmp-inst
141 /var/tmp-inst
142 /var/tmp/vi.recover
143
144
146 semanage fcontext can also be used to manipulate default file context
147 mappings.
148
149 semanage permissive can also be used to manipulate whether or not a
150 process type is permissive.
151
152 semanage module can also be used to enable/disable/install/remove pol‐
153 icy modules.
154
155 semanage boolean can also be used to manipulate the booleans
156
157
158 system-config-selinux is a GUI tool available to customize SELinux pol‐
159 icy settings.
160
161
163 This manual page was auto-generated using sepolicy manpage .
164
165
167 selinux(8), telepathy_stream_engine(8), semanage(8), restorecon(8),
168 chcon(1) , setsebool(8)
169
170
171
172telepathy_stream_engine 15-06-03 telepathy_stream_engine_selinux(8)