Results 1 to 5 of 5
Does any body know the pros and cons of ACLs
Should I install it and configure it?
It sounds like it is going to configure my groups and users for ...
- 05-27-2010 #1Just Joined!
- Join Date
- Nov 2009
- Posts
- 27
Pros and Cons of ACLs
Does any body know the pros and cons of ACLs
Should I install it and configure it?
It sounds like it is going to configure my groups and users for me, and make a big mess of my /etc/passwd file
am I wrong?
- 06-02-2010 #2
ACL or Access Control List is used to set more of permissions on a file or folder.
It is, ofcourse useful, provided you are well versed on setting the permissions using setfacl.
Advantages
- 06-10-2010 #3Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,956
On Linux, ACL's are part of the SELinux extensions. They can be very useful for sensitive systems with a lot of "curious" users running on them in order to keep things sane. Hoever, configuring SELinux properly is not simple and there are several levels of security you can set it to, depending upon your needs. Read the documentation before you start.
Also, in case you're curious, SELinux was a collaboration between the United States National Security Agency (NSA), Network Associates, Secure Computing Corporation, Trusted Computer Solutions, and Tresys.
Originally Posted by Wikipedia Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 06-10-2010 #4Just Joined!
- Join Date
- Nov 2009
- Posts
- 27
thanks for the information.
Are ACLs a replacement for regular linux permissions?
Or just an enhancement to regular linux permissions?
- 06-10-2010 #5


Reply With Quote

