| ▲ | trueismywork a day ago |
| You have ACLs on linux too |
|
| ▲ | Arainach a day ago | parent | next [-] |
| ACLs in Linux were tacked on later; not everything supports them properly. They were built into Windows NT from the start and are used consistently across kernel and userspace, making them far more useful in practice. Also, as far as I know Linux doesn't support DENY ACLs, which Windows does. |
| |
| ▲ | onraglanroad a day ago | parent [-] | | Yes it does. | | |
| ▲ | 112233 a day ago | parent [-] | | since when? | | |
| ▲ | onraglanroad a day ago | parent [-] | | Since some of us could be bothered reading docs. Give it a try and see how it works out for you. | | |
| ▲ | 112233 a day ago | parent [-] | | Some of us can! I certainly enjoy doing it, and according to "man 5 acl" what you assert is completely false. Unless you have a particular commit or document from kernel.org you had in mind? | | |
| ▲ | opello a day ago | parent [-] | | > Each of these characters is replaced by the - character to denote that a permission is absent in the ACL entry. Wouldn't the o::--- default ACL, like mode o-rwx, deny others access in the way you're describing? | | |
| ▲ | 112233 18 hours ago | parent [-] | | See 6.2.1 of RFC8881, where NFSv4 ACLs are described. They are quite similar to Windows ACLs. Here is kernel dev telling they are against adding NFSv4 ACL implementation. The relevant RichAcls patch never got merged: https://lkml.org/lkml/2016/3/15/52 | | |
|
|
|
|
|
|
|
| ▲ | a day ago | parent | prev | next [-] |
| [deleted] |
|
| ▲ | 112233 a day ago | parent | prev | next [-] |
| Haha, sure. Sorry, it's not you, it's the ACLs (and me nerves). Have you tried configuring NFSv4 ACLs on Linux? Because kernel devs are against supporting them, you either use some other OS or have all sorts of "fun". Also, not to be confused with all sorts of LSM based ACLs... Linux has ACLs in the most ridiculous way imaginable... |
|
| ▲ | 7bit a day ago | parent | prev [-] |
| Not by default.
Not as extensive as in Windows.
What's your point? |