Skip to content

Commit

Permalink
Add telepathy role for user_r and staff_r
Browse files Browse the repository at this point in the history
  • Loading branch information
bigon authored and pebenito committed Apr 11, 2014
1 parent 86a429d commit d0169a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions policy/modules/roles/staff.te
Original file line number Diff line number Diff line change
Expand Up @@ -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(`
Expand Down
4 changes: 4 additions & 0 deletions policy/modules/roles/unprivuser.te
Original file line number Diff line number Diff line change
Expand Up @@ -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(`
Expand Down

0 comments on commit d0169a9

Please sign in to comment.