1user_dbusd_selinux(8) SELinux Policy user_dbusd user_dbusd_selinux(8)
2
3
4
6 user_dbusd_selinux - Security Enhanced Linux Policy for the user_dbusd
7 processes
8
10 Security-Enhanced Linux secures the user_dbusd processes via flexible
11 mandatory access control.
12
13 The user_dbusd processes execute with the user_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 user_dbusd_t
20
21
22
24 The user_dbusd_t SELinux type can be entered via the dbusd_exec_t file
25 type.
26
27 The default entrypoint paths for the user_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 user_dbusd policy is very flexible allowing users to setup their
43 user_dbusd processes in as secure a method as possible.
44
45 The following process types are defined for user_dbusd:
46
47 user_dbusd_t
48
49 Note: semanage permissive -a user_dbusd_t can be used to make the
50 process type user_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 user_dbusd policy is extremely flexible and has several booleans that
58 allow you to manipulate the policy and run user_dbusd with the tightest
59 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
71 The SELinux process type user_dbusd_t can manage files labeled with the
72 following file types. The paths listed are the default paths for these
73 file types. Note the processes UID still need to have DAC permissions.
74
75 cifs_t
76
77
78 ecryptfs_t
79
80 /home/[^/]+/.Private(/.*)?
81 /home/[^/]+/.ecryptfs(/.*)?
82
83 fusefs_t
84
85 /var/run/user/[0-9]+/gvfs
86
87 krb5_host_rcache_t
88
89 /var/tmp/krb5_0.rcache2
90 /var/cache/krb5rcache(/.*)?
91 /var/tmp/nfs_0
92 /var/tmp/DNS_25
93 /var/tmp/host_0
94 /var/tmp/imap_0
95 /var/tmp/HTTP_23
96 /var/tmp/HTTP_48
97 /var/tmp/ldap_55
98 /var/tmp/ldap_487
99 /var/tmp/ldapmap1_0
100
101 nfs_t
102
103
104 security_t
105
106 /selinux
107
108 session_dbusd_tmp_t
109
110 /var/run/user/[0-9]+/bus
111 /var/run/user/[0-9]+/dbus(/.*)?
112 /var/run/user/[0-9]+/dbus-1(/.*)?
113
114 user_home_t
115
116 /home/[^/]+/.+
117
118
120 semanage fcontext can also be used to manipulate default file context
121 mappings.
122
123 semanage permissive can also be used to manipulate whether or not a
124 process type is permissive.
125
126 semanage module can also be used to enable/disable/install/remove pol‐
127 icy modules.
128
129 semanage boolean can also be used to manipulate the booleans
130
131
132 system-config-selinux is a GUI tool available to customize SELinux pol‐
133 icy settings.
134
135
137 This manual page was auto-generated using sepolicy manpage .
138
139
141 selinux(8), user_dbusd(8), semanage(8), restorecon(8), chcon(1), sepol‐
142 icy(8), setsebool(8)
143
144
145
146user_dbusd 23-02-03 user_dbusd_selinux(8)