Skip to content

Instantly share code, notes, and snippets.

@lemenkov
Created October 7, 2013 13:27
Show Gist options
  • Select an option

  • Save lemenkov/6868016 to your computer and use it in GitHub Desktop.

Select an option

Save lemenkov/6868016 to your computer and use it in GitHub Desktop.
Allow FreeRADIUS to work with Oracle in RHEL5 with selinux enforcing.
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