Linux - Security This forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
07-09-2010, 09:35 AM
|
#1
|
LQ Newbie
Registered: Jul 2010
Posts: 22
Rep:
|
filesystem permissions question - making so user can't change permissions?
Hello,
I need to allow users to read, create and modify files and subdirectories but I don't want them to be able to modify the owner or permissions, can this be done with filesystem permissions? Using CentOS 5.5.
|
|
|
07-09-2010, 11:56 AM
|
#2
|
LQ Newbie
Registered: Nov 2009
Posts: 14
Rep:
|
I don't think there is a way to do this with the standard Unix permissions. If you can write to a file, you can change permissions.
However, if you have time on your hands and can learn to use SELinux, there should be a way to do it there.
|
|
1 members found this post helpful.
|
07-09-2010, 03:21 PM
|
#3
|
Senior Member
Registered: Nov 2004
Location: Texas
Distribution: RHEL, Scientific Linux, Debian, Fedora
Posts: 3,935
Rep:
|
You can get close to the desired effect with shared group membership, and then group ownership (with the sgid bit on directories) for the files.
The problem is: when a user creates a new file s/he will be the owner.
Selinux is one idea for solving that problem. Another is removing read/execute permissions from /bin/chmod and /bin/chown for everyone but root. (That may have some other unintended consequences, though.)
|
|
1 members found this post helpful.
|
07-12-2010, 08:51 AM
|
#4
|
LQ Newbie
Registered: Jul 2010
Posts: 22
Original Poster
Rep:
|
ok, thanks for the info, it's appreciated.
|
|
|
07-12-2010, 10:06 AM
|
#5
|
LQ Newbie
Registered: Jul 2010
Posts: 22
Original Poster
Rep:
|
marking thread as solved, since my real question was can this be done with the standard file permissions, and I got the answer, it can not. But thanks for the possible alternatives, I appreciate it.
|
|
|
All times are GMT -5. The time now is 05:20 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|