All of lore.kernel.org
 help / color / mirror / Atom feed
* [refpolicy] [PATCH 1/3] Add telepathy role for user_r and staff_r
@ 2014-04-05 18:01 Laurent Bigonville
  2014-04-05 18:01 ` [refpolicy] [PATCH 2/3] Properly label the manpages installed by postgresql Laurent Bigonville
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Laurent Bigonville @ 2014-04-05 18:01 UTC (permalink / raw)
  To: refpolicy

From: Laurent Bigonville <bigon@bigon.be>

---
 policy/modules/roles/staff.te      | 4 ++++
 policy/modules/roles/unprivuser.te | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/policy/modules/roles/staff.te b/policy/modules/roles/staff.te
index e2ce3c9..898ffce 100644
--- a/policy/modules/roles/staff.te
+++ b/policy/modules/roles/staff.te
@@ -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(`
diff --git a/policy/modules/roles/unprivuser.te b/policy/modules/roles/unprivuser.te
index 314dca9..62ed46f 100644
--- a/policy/modules/roles/unprivuser.te
+++ b/policy/modules/roles/unprivuser.te
@@ -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(`
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-04-11 13:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-05 18:01 [refpolicy] [PATCH 1/3] Add telepathy role for user_r and staff_r Laurent Bigonville
2014-04-05 18:01 ` [refpolicy] [PATCH 2/3] Properly label the manpages installed by postgresql Laurent Bigonville
2014-04-11 13:40   ` Christopher J. PeBenito
2014-04-05 18:01 ` [refpolicy] [PATCH 3/3] Label /usr/local/share/ca-certificates(/.*)? as cert_t Laurent Bigonville
2014-04-11 13:40   ` Christopher J. PeBenito
2014-04-11 13:40 ` [refpolicy] [PATCH 1/3] Add telepathy role for user_r and staff_r Christopher J. PeBenito

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.