Quote:
Originally Posted by abegetchell
Did you make /etc/groups immutable for some reason?
chattr -i /etc/groups
|
Don't think so:
]$ lsattr /etc/group
----------------- /etc/group
Quote:
Originally Posted by w3bd3vil
try the command
setenforce 0
|
No cookie for you! That sets it to permissive, but I think I need to turn it all the way off.
I found a site that has the basic format for /etc/selinux/config, and I made it manually. It gave me an error when I tried to edit it in a sudo session, so I guess that's a sign that it's looking at it.
You can only disable SELinux on boot, so I'm going to reboot and see if 1) it disables it and 2) I can add groups.
Wish me luck!