aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <sven.vermeulen@siphos.be>2015-02-15 18:40:49 +0100
committerSven Vermeulen <sven.vermeulen@siphos.be>2015-02-19 11:43:25 +0100
commit748a5e04609445337bbc5dbbfe5554263fae7720 (patch)
tree1b93e7e0da32581c65460f636a9e93e25aa5812f
parentFix bug #535986 - Mark configfs_t as file type/mount point (diff)
downloadhardened-refpolicy-748a5e04609445337bbc5dbbfe5554263fae7720.tar.gz
hardened-refpolicy-748a5e04609445337bbc5dbbfe5554263fae7720.tar.bz2
hardened-refpolicy-748a5e04609445337bbc5dbbfe5554263fae7720.zip
Fix typo for radiusd /var/lib location
Signed-off-by: Sven Vermeulen <sven.vermeulen@siphos.be>
-rw-r--r--policy/modules/contrib/radius.fc2
1 files changed, 1 insertions, 1 deletions
diff --git a/policy/modules/contrib/radius.fc b/policy/modules/contrib/radius.fc
index d447e854..021438bb 100644
--- a/policy/modules/contrib/radius.fc
+++ b/policy/modules/contrib/radius.fc
@@ -9,7 +9,7 @@
/usr/sbin/radiusd -- gen_context(system_u:object_r:radiusd_exec_t,s0)
/usr/sbin/freeradius -- gen_context(system_u:object_r:radiusd_exec_t,s0)
-/var/lib/radiousd(/.*)? gen_context(system_u:object_r:radiusd_var_lib_t,s0)
+/var/lib/radiusd(/.*)? gen_context(system_u:object_r:radiusd_var_lib_t,s0)
/var/log/freeradius(/.*)? gen_context(system_u:object_r:radiusd_log_t,s0)
/var/log/radacct(/.*)? gen_context(system_u:object_r:radiusd_log_t,s0)