From 25d796ed3713c706843435d9c1ed7b048f8cc94c Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Wed, 15 Sep 2010 08:20:16 -0400 Subject: [PATCH] Unconditional staff and user oidentd home config access from Dominick Grift. --- Changelog | 1 + policy/modules/roles/staff.te | 2 +- policy/modules/roles/unprivuser.te | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 9cf39101..72baf6d2 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,4 @@ +- Unconditional staff and user oidentd home config access from Dominick Grift. - Conditional mmap_zero support from Dominick Grift. - Added devtmpfs support. - Dbadm updates from KaiGai Kohei. diff --git a/policy/modules/roles/staff.te b/policy/modules/roles/staff.te index 3fed14e4..18540029 100644 --- a/policy/modules/roles/staff.te +++ b/policy/modules/roles/staff.te @@ -1,4 +1,4 @@ -policy_module(staff, 2.1.1) +policy_module(staff, 2.1.2) ######################################## # diff --git a/policy/modules/roles/unprivuser.te b/policy/modules/roles/unprivuser.te index 93b9f7f9..9b55b004 100644 --- a/policy/modules/roles/unprivuser.te +++ b/policy/modules/roles/unprivuser.te @@ -1,4 +1,4 @@ -policy_module(unprivuser, 2.1.1) +policy_module(unprivuser, 2.1.2) # this module should be named user, but that is # a compile error since user is a keyword.