Why is the user able to execute chmod even in tftp session even it's executable permission removed using ACL ?
Issue
- The user is able to execute
chmodsuccessfully even if the executable permission has been revoked from the same using File Access Control List.
root@localhost test]# setfacl -m u:test:--- /bin/chmod
[root@localhost test]# getfacl /bin/chmod
getfacl: Removing leading '/' from absolute path names
# file: bin/chmod
# owner: root
# group: root
user::rwx
user:test:---
group::r-x
mask::r-x
other::r-x
Environment
- Red Hat Enterprise Linux 6
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
