Add telepathy role for user_r and staff_r
This commit is contained in:
parent
86a429de23
commit
d0169a9acb
|
@ -86,6 +86,10 @@ ifndef(`distro_redhat',`
|
|||
optional_policy(`
|
||||
pulseaudio_role(staff_r, staff_t)
|
||||
')
|
||||
|
||||
optional_policy(`
|
||||
telepathy_role_template(staff, staff_r, staff_t)
|
||||
')
|
||||
')
|
||||
|
||||
optional_policy(`
|
||||
|
|
|
@ -59,6 +59,10 @@ ifndef(`distro_redhat',`
|
|||
optional_policy(`
|
||||
pulseaudio_role(user_r, user_t)
|
||||
')
|
||||
|
||||
optional_policy(`
|
||||
telepathy_role_template(user, user_r, user_t)
|
||||
')
|
||||
')
|
||||
|
||||
optional_policy(`
|
||||
|
|
Loading…
Reference in New Issue