Merge pull request #574 from montjoie/mount-dbus-optional
mount: dbus interface must be optional
This commit is contained in:
commit
ce225e1d96
|
@ -145,8 +145,6 @@ selinux_getattr_fs(mount_t)
|
|||
|
||||
userdom_use_all_users_fds(mount_t)
|
||||
|
||||
dbus_dontaudit_write_system_bus_runtime_named_sockets(mount_t)
|
||||
|
||||
ifdef(`distro_redhat',`
|
||||
optional_policy(`
|
||||
auth_read_pam_console_data(mount_t)
|
||||
|
@ -201,6 +199,10 @@ optional_policy(`
|
|||
container_getattr_fs(mount_t)
|
||||
')
|
||||
|
||||
optional_policy(`
|
||||
dbus_dontaudit_write_system_bus_runtime_named_sockets(mount_t)
|
||||
')
|
||||
|
||||
optional_policy(`
|
||||
glusterfs_domtrans_daemon(mount_t)
|
||||
|
||||
|
|
Loading…
Reference in New Issue