▲ 600 ▼ A visual guide to ACL Access-Control Lists (lemmy.g97.top) submitted 2 years ago by gabriele97@lemmy.g97.top to c/linux@lemmy.ml 47 comments fedilink hide all child comments
[–] 520@kbin.social 12 points 2 years ago (2 children) Yes. Some filesystems straight up do not support ACL of any kind (eg: fat32) permalink fedilink source parent hideshow 4 child comments replies: [–] velovix@hedge.town 11 points 2 years ago (1 child) Fat32 doesn't support regular file permissions either, right? I was under the impression that it was permissionless. permalink fedilink source parent hideshow 2 child comments replies: [–] 520@kbin.social 5 points 2 years ago (1 child) You are entirely correct, it has no permission system to speak of permalink fedilink source parent hideshow 2 child comments replies: [–] davidgro@lemmy.world 4 points 2 years ago (1 child) I'll speak of it anyway: There's a "Read-only" bit on every file/directory and The User (there's only one!) can change it for any of them at any time. permalink fedilink source parent hideshow 2 child comments replies: [+] MonkderZweite@feddit.ch 1 point 2 years ago* [deleted] permalink fedilink source parent [+] aniki@lemm.ee -13 points 2 years ago* (2 children) [deleted] permalink fedilink source parent hideshow 4 child comments replies: [–] zero_iq@lemm.ee 27 points 2 years ago* (last edited 2 years ago) (2 children) Sorry, but this is completely wrong. Windows has ACLs and they are an important part of Windows administration, and used extensively for managing file permissions. Windows has supported ACLs on NTFS since Windows NT & NTFS were released in 1993 (possibly partly influenced by AIX ACLs in the late 80s influenced by VMS ACLs introduced the early 80s). ACLs were not introduced to standard POSIX until c.1998, and NFS and Linux filesystems didn't get them until 2003. In fact, the design of the NFSv4 ACL standard was heavily influenced by the design of NTFS/Windows ACL model -- a specific decision by the designers to model it more like NTFS rather than AIX/POSIX. Technically, at the filesystem level, exFAT also provides support for ACLs, but I am not sure if any implementation actually makes use of this feature (not even Windows AFAIK, certainly not any desktop version). permalink fedilink source parent hideshow 4 child comments replies: [–] davefischer@beehaw.org 6 points 2 years ago (1 child) Windows NT ACLs come from VMS. The Unix world has traditionally not liked ACLs because Multics had them, and Unix was an ultra-minimalist response to Multics. permalink fedilink source parent hideshow 2 child comments replies: [–] zero_iq@lemm.ee 4 points 2 years ago* (1 child) Yep, you're right. I was thinking of an ACL evolution/chain of influence of VMS -> AIX -> NT, but it seems VMS -> NT and VMS -> AIX as two separate histories is much more accurate. Thanks for the correction -- I've updated my comment accordingly. permalink fedilink source parent hideshow 2 child comments replies: [–] davefischer@beehaw.org 1 point 2 years ago (1 child) My AIX experience is very limited. What was the VMS connection? permalink fedilink source parent hideshow 2 child comments replies: [–] zero_iq@lemm.ee 2 points 2 years ago (1 child) VMS implemented ACLs in the early 80s. It's design influenced the design of ACLs in both AIX and Windows NT. permalink fedilink source parent hideshow 2 child comments replies: [–] davefischer@beehaw.org 3 points 2 years ago Yeah, I'm familiar with VMS, and Cutler bringing a lot of the internal design to W/NT. (I'm told in particular a lot of the data structures for system calls in NT look like VMS.) My AIX experience has consisted entirely of "This is weird. This isn't normal for Unix." Ha ha. (I had a 1st gen RS/6000 at home briefly in the late 90s.) And I do have a "grey wall" in my library: permalink fedilink source parent [–] panicnow@lemmy.world 2 points 2 years ago Damn, giving me flashbacks of slowly moving through ACLs then hitting domain groups, domain local groups, global groups, then eventually universal groups as AD moved forward in complex situations. Got to admit it worked well though. permalink fedilink source parent [–] 520@kbin.social 23 points 2 years ago* Bruh, Windows has had ACLs for decades. Before Linux, even. What are you smoking? I wouldn't be surprised if the NTFS driver for Linux doesn't support ACLs though. permalink fedilink source parent
[–] velovix@hedge.town 11 points 2 years ago (1 child) Fat32 doesn't support regular file permissions either, right? I was under the impression that it was permissionless. permalink fedilink source parent hideshow 2 child comments replies: [–] 520@kbin.social 5 points 2 years ago (1 child) You are entirely correct, it has no permission system to speak of permalink fedilink source parent hideshow 2 child comments replies: [–] davidgro@lemmy.world 4 points 2 years ago (1 child) I'll speak of it anyway: There's a "Read-only" bit on every file/directory and The User (there's only one!) can change it for any of them at any time. permalink fedilink source parent hideshow 2 child comments replies: [+] MonkderZweite@feddit.ch 1 point 2 years ago* [deleted] permalink fedilink source parent
[–] 520@kbin.social 5 points 2 years ago (1 child) You are entirely correct, it has no permission system to speak of permalink fedilink source parent hideshow 2 child comments replies: [–] davidgro@lemmy.world 4 points 2 years ago (1 child) I'll speak of it anyway: There's a "Read-only" bit on every file/directory and The User (there's only one!) can change it for any of them at any time. permalink fedilink source parent hideshow 2 child comments replies: [+] MonkderZweite@feddit.ch 1 point 2 years ago* [deleted] permalink fedilink source parent
[–] davidgro@lemmy.world 4 points 2 years ago (1 child) I'll speak of it anyway: There's a "Read-only" bit on every file/directory and The User (there's only one!) can change it for any of them at any time. permalink fedilink source parent hideshow 2 child comments replies: [+] MonkderZweite@feddit.ch 1 point 2 years ago* [deleted] permalink fedilink source parent
[+] aniki@lemm.ee -13 points 2 years ago* (2 children) [deleted] permalink fedilink source parent hideshow 4 child comments replies: [–] zero_iq@lemm.ee 27 points 2 years ago* (last edited 2 years ago) (2 children) Sorry, but this is completely wrong. Windows has ACLs and they are an important part of Windows administration, and used extensively for managing file permissions. Windows has supported ACLs on NTFS since Windows NT & NTFS were released in 1993 (possibly partly influenced by AIX ACLs in the late 80s influenced by VMS ACLs introduced the early 80s). ACLs were not introduced to standard POSIX until c.1998, and NFS and Linux filesystems didn't get them until 2003. In fact, the design of the NFSv4 ACL standard was heavily influenced by the design of NTFS/Windows ACL model -- a specific decision by the designers to model it more like NTFS rather than AIX/POSIX. Technically, at the filesystem level, exFAT also provides support for ACLs, but I am not sure if any implementation actually makes use of this feature (not even Windows AFAIK, certainly not any desktop version). permalink fedilink source parent hideshow 4 child comments replies: [–] davefischer@beehaw.org 6 points 2 years ago (1 child) Windows NT ACLs come from VMS. The Unix world has traditionally not liked ACLs because Multics had them, and Unix was an ultra-minimalist response to Multics. permalink fedilink source parent hideshow 2 child comments replies: [–] zero_iq@lemm.ee 4 points 2 years ago* (1 child) Yep, you're right. I was thinking of an ACL evolution/chain of influence of VMS -> AIX -> NT, but it seems VMS -> NT and VMS -> AIX as two separate histories is much more accurate. Thanks for the correction -- I've updated my comment accordingly. permalink fedilink source parent hideshow 2 child comments replies: [–] davefischer@beehaw.org 1 point 2 years ago (1 child) My AIX experience is very limited. What was the VMS connection? permalink fedilink source parent hideshow 2 child comments replies: [–] zero_iq@lemm.ee 2 points 2 years ago (1 child) VMS implemented ACLs in the early 80s. It's design influenced the design of ACLs in both AIX and Windows NT. permalink fedilink source parent hideshow 2 child comments replies: [–] davefischer@beehaw.org 3 points 2 years ago Yeah, I'm familiar with VMS, and Cutler bringing a lot of the internal design to W/NT. (I'm told in particular a lot of the data structures for system calls in NT look like VMS.) My AIX experience has consisted entirely of "This is weird. This isn't normal for Unix." Ha ha. (I had a 1st gen RS/6000 at home briefly in the late 90s.) And I do have a "grey wall" in my library: permalink fedilink source parent [–] panicnow@lemmy.world 2 points 2 years ago Damn, giving me flashbacks of slowly moving through ACLs then hitting domain groups, domain local groups, global groups, then eventually universal groups as AD moved forward in complex situations. Got to admit it worked well though. permalink fedilink source parent [–] 520@kbin.social 23 points 2 years ago* Bruh, Windows has had ACLs for decades. Before Linux, even. What are you smoking? I wouldn't be surprised if the NTFS driver for Linux doesn't support ACLs though. permalink fedilink source parent
[–] zero_iq@lemm.ee 27 points 2 years ago* (last edited 2 years ago) (2 children) Sorry, but this is completely wrong. Windows has ACLs and they are an important part of Windows administration, and used extensively for managing file permissions. Windows has supported ACLs on NTFS since Windows NT & NTFS were released in 1993 (possibly partly influenced by AIX ACLs in the late 80s influenced by VMS ACLs introduced the early 80s). ACLs were not introduced to standard POSIX until c.1998, and NFS and Linux filesystems didn't get them until 2003. In fact, the design of the NFSv4 ACL standard was heavily influenced by the design of NTFS/Windows ACL model -- a specific decision by the designers to model it more like NTFS rather than AIX/POSIX. Technically, at the filesystem level, exFAT also provides support for ACLs, but I am not sure if any implementation actually makes use of this feature (not even Windows AFAIK, certainly not any desktop version). permalink fedilink source parent hideshow 4 child comments replies: [–] davefischer@beehaw.org 6 points 2 years ago (1 child) Windows NT ACLs come from VMS. The Unix world has traditionally not liked ACLs because Multics had them, and Unix was an ultra-minimalist response to Multics. permalink fedilink source parent hideshow 2 child comments replies: [–] zero_iq@lemm.ee 4 points 2 years ago* (1 child) Yep, you're right. I was thinking of an ACL evolution/chain of influence of VMS -> AIX -> NT, but it seems VMS -> NT and VMS -> AIX as two separate histories is much more accurate. Thanks for the correction -- I've updated my comment accordingly. permalink fedilink source parent hideshow 2 child comments replies: [–] davefischer@beehaw.org 1 point 2 years ago (1 child) My AIX experience is very limited. What was the VMS connection? permalink fedilink source parent hideshow 2 child comments replies: [–] zero_iq@lemm.ee 2 points 2 years ago (1 child) VMS implemented ACLs in the early 80s. It's design influenced the design of ACLs in both AIX and Windows NT. permalink fedilink source parent hideshow 2 child comments replies: [–] davefischer@beehaw.org 3 points 2 years ago Yeah, I'm familiar with VMS, and Cutler bringing a lot of the internal design to W/NT. (I'm told in particular a lot of the data structures for system calls in NT look like VMS.) My AIX experience has consisted entirely of "This is weird. This isn't normal for Unix." Ha ha. (I had a 1st gen RS/6000 at home briefly in the late 90s.) And I do have a "grey wall" in my library: permalink fedilink source parent [–] panicnow@lemmy.world 2 points 2 years ago Damn, giving me flashbacks of slowly moving through ACLs then hitting domain groups, domain local groups, global groups, then eventually universal groups as AD moved forward in complex situations. Got to admit it worked well though. permalink fedilink source parent
[–] davefischer@beehaw.org 6 points 2 years ago (1 child) Windows NT ACLs come from VMS. The Unix world has traditionally not liked ACLs because Multics had them, and Unix was an ultra-minimalist response to Multics. permalink fedilink source parent hideshow 2 child comments replies: [–] zero_iq@lemm.ee 4 points 2 years ago* (1 child) Yep, you're right. I was thinking of an ACL evolution/chain of influence of VMS -> AIX -> NT, but it seems VMS -> NT and VMS -> AIX as two separate histories is much more accurate. Thanks for the correction -- I've updated my comment accordingly. permalink fedilink source parent hideshow 2 child comments replies: [–] davefischer@beehaw.org 1 point 2 years ago (1 child) My AIX experience is very limited. What was the VMS connection? permalink fedilink source parent hideshow 2 child comments replies: [–] zero_iq@lemm.ee 2 points 2 years ago (1 child) VMS implemented ACLs in the early 80s. It's design influenced the design of ACLs in both AIX and Windows NT. permalink fedilink source parent hideshow 2 child comments replies: [–] davefischer@beehaw.org 3 points 2 years ago Yeah, I'm familiar with VMS, and Cutler bringing a lot of the internal design to W/NT. (I'm told in particular a lot of the data structures for system calls in NT look like VMS.) My AIX experience has consisted entirely of "This is weird. This isn't normal for Unix." Ha ha. (I had a 1st gen RS/6000 at home briefly in the late 90s.) And I do have a "grey wall" in my library: permalink fedilink source parent
[–] zero_iq@lemm.ee 4 points 2 years ago* (1 child) Yep, you're right. I was thinking of an ACL evolution/chain of influence of VMS -> AIX -> NT, but it seems VMS -> NT and VMS -> AIX as two separate histories is much more accurate. Thanks for the correction -- I've updated my comment accordingly. permalink fedilink source parent hideshow 2 child comments replies: [–] davefischer@beehaw.org 1 point 2 years ago (1 child) My AIX experience is very limited. What was the VMS connection? permalink fedilink source parent hideshow 2 child comments replies: [–] zero_iq@lemm.ee 2 points 2 years ago (1 child) VMS implemented ACLs in the early 80s. It's design influenced the design of ACLs in both AIX and Windows NT. permalink fedilink source parent hideshow 2 child comments replies: [–] davefischer@beehaw.org 3 points 2 years ago Yeah, I'm familiar with VMS, and Cutler bringing a lot of the internal design to W/NT. (I'm told in particular a lot of the data structures for system calls in NT look like VMS.) My AIX experience has consisted entirely of "This is weird. This isn't normal for Unix." Ha ha. (I had a 1st gen RS/6000 at home briefly in the late 90s.) And I do have a "grey wall" in my library: permalink fedilink source parent
[–] davefischer@beehaw.org 1 point 2 years ago (1 child) My AIX experience is very limited. What was the VMS connection? permalink fedilink source parent hideshow 2 child comments replies: [–] zero_iq@lemm.ee 2 points 2 years ago (1 child) VMS implemented ACLs in the early 80s. It's design influenced the design of ACLs in both AIX and Windows NT. permalink fedilink source parent hideshow 2 child comments replies: [–] davefischer@beehaw.org 3 points 2 years ago Yeah, I'm familiar with VMS, and Cutler bringing a lot of the internal design to W/NT. (I'm told in particular a lot of the data structures for system calls in NT look like VMS.) My AIX experience has consisted entirely of "This is weird. This isn't normal for Unix." Ha ha. (I had a 1st gen RS/6000 at home briefly in the late 90s.) And I do have a "grey wall" in my library: permalink fedilink source parent
[–] zero_iq@lemm.ee 2 points 2 years ago (1 child) VMS implemented ACLs in the early 80s. It's design influenced the design of ACLs in both AIX and Windows NT. permalink fedilink source parent hideshow 2 child comments replies: [–] davefischer@beehaw.org 3 points 2 years ago Yeah, I'm familiar with VMS, and Cutler bringing a lot of the internal design to W/NT. (I'm told in particular a lot of the data structures for system calls in NT look like VMS.) My AIX experience has consisted entirely of "This is weird. This isn't normal for Unix." Ha ha. (I had a 1st gen RS/6000 at home briefly in the late 90s.) And I do have a "grey wall" in my library: permalink fedilink source parent
[–] davefischer@beehaw.org 3 points 2 years ago Yeah, I'm familiar with VMS, and Cutler bringing a lot of the internal design to W/NT. (I'm told in particular a lot of the data structures for system calls in NT look like VMS.) My AIX experience has consisted entirely of "This is weird. This isn't normal for Unix." Ha ha. (I had a 1st gen RS/6000 at home briefly in the late 90s.) And I do have a "grey wall" in my library: permalink fedilink source parent
[–] panicnow@lemmy.world 2 points 2 years ago Damn, giving me flashbacks of slowly moving through ACLs then hitting domain groups, domain local groups, global groups, then eventually universal groups as AD moved forward in complex situations. Got to admit it worked well though. permalink fedilink source parent
[–] 520@kbin.social 23 points 2 years ago* Bruh, Windows has had ACLs for decades. Before Linux, even. What are you smoking? I wouldn't be surprised if the NTFS driver for Linux doesn't support ACLs though. permalink fedilink source parent