I just ran into an SELinux message.  The underlying problem is that the 
'sipxchange' account that we careate for sipXecs is being used as a "system" 
account, but we create it as if it is a "user" account.  SELinux notices this:  
sipxchange's home directory is /etc/sipxpbx, but it doesn't have the right 
SELinux tagging for a user directory.

As far as I can tell, the simple and correct solution to this is to create 
"sipxchange" as a "system" account, that is, as an account whose UID is less 
than 500.  This is simply done by adding the '-r' option ("create system 
account") to the useradd invocation in 
components/sipXcommserverLib/sipxcommserverlib.spec.in.

Should I go ahead with this?

Dale
_______________________________________________
sipx-dev mailing list [email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
sipXecs IP PBX -- http://www.sipfoundry.org/

Reply via email to