1httpd_cobbler_script_seSlEiLniunxu(x8)Policy httpd_cobblhetrt_psdc_rciopbtbler_script_selinux(8)
2
3
4
6 httpd_cobbler_script_selinux - Security Enhanced Linux Policy for the
7 httpd_cobbler_script processes
8
10 Security-Enhanced Linux secures the httpd_cobbler_script processes via
11 flexible mandatory access control.
12
13 The httpd_cobbler_script processes execute with the httpd_cob‐
14 bler_script_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 httpd_cobbler_script_t
20
21
22
24 The httpd_cobbler_script_t SELinux type can be entered via the
25 shell_exec_t, httpd_cobbler_script_exec_t, httpd_cobbler_script_exec_t
26 file types.
27
28 The default entrypoint paths for the httpd_cobbler_script_t domain are
29 the following:
30
31 /bin/d?ash, /bin/zsh.*, /bin/ksh.*, /bin/sash, /bin/tcsh, /bin/yash,
32 /bin/mksh, /bin/fish, /bin/bash, /bin/bash2, /usr/bin/fish, /sbin/nolo‐
33 gin, /usr/sbin/sesh, /usr/sbin/smrsh, /usr/bin/scponly,
34 /usr/libexec/sesh, /usr/sbin/scponlyc, /usr/bin/git-shell,
35 /usr/libexec/git-core/git-shell
36
38 SELinux defines process types (domains) for each process running on the
39 system
40
41 You can see the context of a process using the -Z option to ps
42
43 Policy governs the access confined processes have to files. SELinux
44 httpd_cobbler_script policy is very flexible allowing users to setup
45 their httpd_cobbler_script processes in as secure a method as possible.
46
47 The following process types are defined for httpd_cobbler_script:
48
49 httpd_cobbler_script_t
50
51 Note: semanage permissive -a httpd_cobbler_script_t can be used to make
52 the process type httpd_cobbler_script_t permissive. SELinux does not
53 deny access to permissive process types, but the AVC (SELinux denials)
54 messages are still generated.
55
56
58 SELinux policy is customizable based on least access required.
59 httpd_cobbler_script policy is extremely flexible and has several bool‐
60 eans that allow you to manipulate the policy and run httpd_cob‐
61 bler_script with the tightest access possible.
62
63
64
65 If you want to allow all domains to use other domains file descriptors,
66 you must turn on the allow_domain_fd_use boolean. Enabled by default.
67
68 setsebool -P allow_domain_fd_use 1
69
70
71
72 If you want to allow sysadm to debug or ptrace all processes, you must
73 turn on the allow_ptrace boolean. Disabled by default.
74
75 setsebool -P allow_ptrace 1
76
77
78
79 If you want to allow system to run with NIS, you must turn on the
80 allow_ypbind boolean. Disabled by default.
81
82 setsebool -P allow_ypbind 1
83
84
85
86 If you want to allow all domains to have the kernel load modules, you
87 must turn on the domain_kernel_load_modules boolean. Disabled by
88 default.
89
90 setsebool -P domain_kernel_load_modules 1
91
92
93
94 If you want to allow all domains to execute in fips_mode, you must turn
95 on the fips_mode boolean. Enabled by default.
96
97 setsebool -P fips_mode 1
98
99
100
101 If you want to enable reading of urandom for all domains, you must turn
102 on the global_ssp boolean. Disabled by default.
103
104 setsebool -P global_ssp 1
105
106
107
108 If you want to allow httpd cgi support, you must turn on the
109 httpd_enable_cgi boolean. Enabled by default.
110
111 setsebool -P httpd_enable_cgi 1
112
113
114
115 If you want to allow unprivileged users to execute DDL statement, you
116 must turn on the sepgsql_enable_users_ddl boolean. Enabled by default.
117
118 setsebool -P sepgsql_enable_users_ddl 1
119
120
121
123 The SELinux process type httpd_cobbler_script_t can manage files
124 labeled with the following file types. The paths listed are the
125 default paths for these file types. Note the processes UID still need
126 to have DAC permissions.
127
128 httpd_cobbler_rw_content_t
129
130
131 initrc_tmp_t
132
133
134 mnt_t
135
136 /mnt(/[^/]*)
137 /mnt(/[^/]*)?
138 /rhev(/[^/]*)?
139 /media(/[^/]*)
140 /media(/[^/]*)?
141 /etc/rhgb(/.*)?
142 /media/.hal-.*
143 /net
144 /afs
145 /rhev
146 /misc
147
148 tmp_t
149
150 /tmp
151 /usr/tmp
152 /var/tmp
153 /tmp-inst
154 /var/tmp-inst
155 /var/tmp/vi.recover
156
157
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
176 This manual page was auto-generated using sepolicy manpage .
177
178
180 selinux(8), httpd_cobbler_script(8), semanage(8), restorecon(8),
181 chcon(1) , setsebool(8)
182
183
184
185httpd_cobbler_script 15-06-03 httpd_cobbler_script_selinux(8)