1ncftool_selinux(8) SELinux Policy ncftool ncftool_selinux(8)
2
3
4
6 ncftool_selinux - Security Enhanced Linux Policy for the ncftool pro‐
7 cesses
8
10 Security-Enhanced Linux secures the ncftool processes via flexible
11 mandatory access control.
12
13 The ncftool processes execute with the ncftool_t SELinux type. You can
14 check if you have these processes running by executing the ps command
15 with the -Z qualifier.
16
17 For example:
18
19 ps -eZ | grep ncftool_t
20
21
22
24 The ncftool_t SELinux type can be entered via the ncftool_exec_t file
25 type.
26
27 The default entrypoint paths for the ncftool_t domain are the follow‐
28 ing:
29
30 /usr/bin/ncftool
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 ncftool policy is very flexible allowing users to setup their ncftool
40 processes in as secure a method as possible.
41
42 The following process types are defined for ncftool:
43
44 ncftool_t
45
46 Note: semanage permissive -a ncftool_t can be used to make the process
47 type ncftool_t permissive. SELinux does not deny access to permissive
48 process types, but the AVC (SELinux denials) messages are still gener‐
49 ated.
50
51
53 SELinux policy is customizable based on least access required. ncftool
54 policy is extremely flexible and has several booleans that allow you to
55 manipulate the policy and run ncftool with the tightest access possi‐
56 ble.
57
58
59
60 If you want to allow ncftool to read user content, you must turn on the
61 ncftool_read_user_content boolean. Disabled by default.
62
63 setsebool -P ncftool_read_user_content 1
64
65
66
67 If you want to allow all domains to use other domains file descriptors,
68 you must turn on the allow_domain_fd_use boolean. Enabled by default.
69
70 setsebool -P allow_domain_fd_use 1
71
72
73
74 If you want to allow sysadm to debug or ptrace all processes, you must
75 turn on the allow_ptrace boolean. Disabled by default.
76
77 setsebool -P allow_ptrace 1
78
79
80
81 If you want to allow all domains to have the kernel load modules, you
82 must turn on the domain_kernel_load_modules boolean. Disabled by
83 default.
84
85 setsebool -P domain_kernel_load_modules 1
86
87
88
89 If you want to allow all domains to execute in fips_mode, you must turn
90 on the fips_mode boolean. Enabled by default.
91
92 setsebool -P fips_mode 1
93
94
95
96 If you want to enable reading of urandom for all domains, you must turn
97 on the global_ssp boolean. Disabled by default.
98
99 setsebool -P global_ssp 1
100
101
102
103 If you want to disable transitions to insmod, you must turn on the
104 secure_mode_insmod boolean. Disabled by default.
105
106 setsebool -P secure_mode_insmod 1
107
108
109
111 The SELinux process type ncftool_t can manage files labeled with the
112 following file types. The paths listed are the default paths for these
113 file types. Note the processes UID still need to have DAC permissions.
114
115 initrc_tmp_t
116
117
118 mnt_t
119
120 /mnt(/[^/]*)
121 /mnt(/[^/]*)?
122 /rhev(/[^/]*)?
123 /media(/[^/]*)
124 /media(/[^/]*)?
125 /etc/rhgb(/.*)?
126 /media/.hal-.*
127 /net
128 /afs
129 /rhev
130 /misc
131
132 net_conf_t
133
134 /etc/ntpd?.conf.*
135 /etc/yp.conf.*
136 /etc/denyhosts.*
137 /etc/hosts.deny.*
138 /etc/resolv.conf.*
139 /etc/ntp/step-tickers.*
140 /etc/sysconfig/networking(/.*)?
141 /etc/sysconfig/network-scripts(/.*)?
142 /etc/sysconfig/network-scripts/.*resolv.conf
143 /etc/hosts
144 /etc/ethers
145
146 system_conf_t
147
148 /etc/sysctl.conf(.old)?
149 /etc/sysconfig/ip6?tables.*
150 /etc/sysconfig/ipvsadm.*
151 /etc/sysconfig/ebtables.*
152 /etc/sysconfig/system-config-firewall.*
153
154 tmp_t
155
156 /tmp
157 /usr/tmp
158 /var/tmp
159 /tmp-inst
160 /var/tmp-inst
161 /var/tmp/vi.recover
162
163
165 SELinux requires files to have an extended attribute to define the file
166 type.
167
168 You can see the context of a file using the -Z option to ls
169
170 Policy governs the access confined processes have to these files.
171 SELinux ncftool policy is very flexible allowing users to setup their
172 ncftool processes in as secure a method as possible.
173
174 The following file types are defined for ncftool:
175
176
177
178 ncftool_exec_t
179
180 - Set files with the ncftool_exec_t type, if you want to transition an
181 executable to the ncftool_t domain.
182
183
184
185 Note: File context can be temporarily modified with the chcon command.
186 If you want to permanently change the file context you need to use the
187 semanage fcontext command. This will modify the SELinux labeling data‐
188 base. You will need to use restorecon to apply the labels.
189
190
192 semanage fcontext can also be used to manipulate default file context
193 mappings.
194
195 semanage permissive can also be used to manipulate whether or not a
196 process type is permissive.
197
198 semanage module can also be used to enable/disable/install/remove pol‐
199 icy modules.
200
201 semanage boolean can also be used to manipulate the booleans
202
203
204 system-config-selinux is a GUI tool available to customize SELinux pol‐
205 icy settings.
206
207
209 This manual page was auto-generated using sepolicy manpage .
210
211
213 selinux(8), ncftool(8), semanage(8), restorecon(8), chcon(1) , setse‐
214 bool(8)
215
216
217
218ncftool 15-06-03 ncftool_selinux(8)