mirror of
https://github.com/SELinuxProject/refpolicy
synced 2025-02-24 00:16:57 +00:00
Fix typo in init_dbus_chat requirements
init_dbus_chat interface required initrc_t type but used init_t type.
This commit is contained in:
parent
4e487ffe3d
commit
80d74c2408
@ -966,7 +966,7 @@ interface(`init_service_start',`
|
||||
#
|
||||
interface(`init_dbus_chat',`
|
||||
gen_require(`
|
||||
type initrc_t;
|
||||
type init_t;
|
||||
class dbus send_msg;
|
||||
')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user