Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 537414

Summary: Radius Typo
Product: Gentoo Linux Reporter: Paul Davis <pdd>
Component: SELinuxAssignee: Sven Vermeulen (RETIRED) <swift>
Status: RESOLVED FIXED    
Severity: normal CC: selinux
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard: sec-policy r4
Package list:
Runtime testing required: ---

Description Paul Davis 2015-01-23 02:47:45 UTC
In the strict radius.fc file there is a typo for the directory for the database

 /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)
Comment 1 Sven Vermeulen (RETIRED) gentoo-dev 2015-02-15 17:43:14 UTC
Thanks, I've upstreamed the patch so we can pull it in when it comes through
Comment 2 Sven Vermeulen (RETIRED) gentoo-dev 2015-02-20 16:57:40 UTC
It's merged and pulled in our tree; currently only live repo but will be in r4
Comment 3 Sven Vermeulen (RETIRED) gentoo-dev 2015-03-22 13:50:09 UTC
Now in repo, ~arch
Comment 4 Sven Vermeulen (RETIRED) gentoo-dev 2015-04-16 19:21:25 UTC
r4 is stable