Created
October 7, 2013 13:27
-
-
Save lemenkov/6868016 to your computer and use it in GitHub Desktop.
Allow FreeRADIUS to work with Oracle in RHEL5 with selinux enforcing.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module radius 1.0; | |
| require { | |
| type radiusd_t; | |
| class process { execstack execmem }; | |
| } | |
| #============= radiusd_t ============== | |
| allow radiusd_t self:process { execstack execmem }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment