1staff_dbusd_selinux(8) SELinux Policy staff_dbusd staff_dbusd_selinux(8)
2
3
4
6 staff_dbusd_selinux - Security Enhanced Linux Policy for the
7 staff_dbusd processes
8
10 Security-Enhanced Linux secures the staff_dbusd processes via flexible
11 mandatory access control.
12
13 The staff_dbusd processes execute with the staff_dbusd_t SELinux type.
14 You can check if you have these processes running by executing the ps
15 command with the -Z qualifier.
16
17 For example:
18
19 ps -eZ | grep staff_dbusd_t
20
21
22
24 The staff_dbusd_t SELinux type can be entered via the dbusd_exec_t file
25 type.
26
27 The default entrypoint paths for the staff_dbusd_t domain are the fol‐
28 lowing:
29
30 /usr/bin/dbus-daemon(-1)?, /bin/dbus-daemon, /usr/bin/dbus-broker,
31 /usr/bin/dbus-broker-launch, /lib/dbus-1/dbus-daemon-launch-helper,
32 /usr/lib/dbus-1/dbus-daemon-launch-helper, /usr/libexec/dbus-1/dbus-
33 daemon-launch-helper
34
36 SELinux defines process types (domains) for each process running on the
37 system
38
39 You can see the context of a process using the -Z option to ps
40
41 Policy governs the access confined processes have to files. SELinux
42 staff_dbusd policy is very flexible allowing users to setup their
43 staff_dbusd processes in as secure a method as possible.
44
45 The following process types are defined for staff_dbusd:
46
47 staff_dbusd_t
48
49 Note: semanage permissive -a staff_dbusd_t can be used to make the
50 process type staff_dbusd_t permissive. SELinux does not deny access to
51 permissive process types, but the AVC (SELinux denials) messages are
52 still generated.
53
54
56 SELinux policy is customizable based on least access required.
57 staff_dbusd policy is extremely flexible and has several booleans that
58 allow you to manipulate the policy and run staff_dbusd with the tight‐
59 est access possible.
60
61
62
63 If you want to allow all domains to execute in fips_mode, you must turn
64 on the fips_mode boolean. Enabled by default.
65
66 setsebool -P fips_mode 1
67
68
69
70 If you want to allow system to run with NIS, you must turn on the
71 nis_enabled boolean. Disabled by default.
72
73 setsebool -P nis_enabled 1
74
75
76
78 The SELinux process type staff_dbusd_t can manage files labeled with
79 the following file types. The paths listed are the default paths for
80 these file types. Note the processes UID still need to have DAC per‐
81 missions.
82
83 cifs_t
84
85
86 ecryptfs_t
87
88 /home/[^/]+/.Private(/.*)?
89 /home/[^/]+/.ecryptfs(/.*)?
90
91 fusefs_t
92
93 /var/run/user/[0-9]+/gvfs
94
95 krb5_host_rcache_t
96
97 /var/tmp/krb5_0.rcache2
98 /var/cache/krb5rcache(/.*)?
99 /var/tmp/nfs_0
100 /var/tmp/DNS_25
101 /var/tmp/host_0
102 /var/tmp/imap_0
103 /var/tmp/HTTP_23
104 /var/tmp/HTTP_48
105 /var/tmp/ldap_55
106 /var/tmp/ldap_487
107 /var/tmp/ldapmap1_0
108
109 nfs_t
110
111
112 security_t
113
114 /selinux
115
116 session_dbusd_tmp_t
117
118 /var/run/user/[0-9]+/bus
119 /var/run/user/[0-9]+/dbus(/.*)?
120 /var/run/user/[0-9]+/dbus-1(/.*)?
121
122 user_home_t
123
124 /home/[^/]+/.+
125
126
128 semanage fcontext can also be used to manipulate default file context
129 mappings.
130
131 semanage permissive can also be used to manipulate whether or not a
132 process type is permissive.
133
134 semanage module can also be used to enable/disable/install/remove pol‐
135 icy modules.
136
137 semanage boolean can also be used to manipulate the booleans
138
139
140 system-config-selinux is a GUI tool available to customize SELinux pol‐
141 icy settings.
142
143
145 This manual page was auto-generated using sepolicy manpage .
146
147
149 selinux(8), staff_dbusd(8), semanage(8), restorecon(8), chcon(1), se‐
150 policy(8), setsebool(8)
151
152
153
154staff_dbusd 23-10-20 staff_dbusd_selinux(8)