https://bugzilla.samba.org/show_bug.cgi?id=14494 Bug ID: 14494 Summary: "setcifsacl" confuses "R" permission with "RX" Product: CifsVFS Version: 3.x Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: user space tools Assignee: jlayton@xxxxxxxxx Reporter: micah.veilleux@xxxxxxxxxxxxx QA Contact: cifs-qa@xxxxxxxxx Target Milestone: --- When attempting to set "R" permission with "setcifsacl", "RX" (equivalent to "READ") is set instead: ------------------------------ mcrw1:/TCS # getcifsacl testfile REVISION:0x1 CONTROL:0x8004 OWNER:VPTC3\cifsuser GROUP:VPTC3\Domain Users ACL:VPTC3\Domain Admins:ALLOWED/0x0/RWDPO ACL:VPTC3\cifsuser:ALLOWED/0x0/RWDPO mcrw1:/TCS # mcrw1:/TCS # setcifsacl -a "ACL:VPTC3\mveil:ALLOWED/0x0/R" testfile mcrw1:/TCS # mcrw1:/TCS # getcifsacl testfile REVISION:0x1 CONTROL:0x8004 OWNER:VPTC3\cifsuser GROUP:VPTC3\Domain Users ACL:VPTC3\Domain Admins:ALLOWED/0x0/RWDPO ACL:VPTC3\cifsuser:ALLOWED/0x0/RWDPO ACL:VPTC3\mveil:ALLOWED/0x0/READ # --> not ok, should be "R" mcrw1:/TCS # mcrw1:/TCS # rm testfile ; touch testfile mcrw1:/TCS # mcrw1:/TCS # setcifsacl -a "ACL:VPTC3\mveil:ALLOWED/0x0/RX" testfile mcrw1:/TCS # mcrw1:/TCS # getcifsacl testfile REVISION:0x1 CONTROL:0x8004 OWNER:VPTC3\cifsuser GROUP:VPTC3\Domain Users ACL:VPTC3\Domain Admins:ALLOWED/0x0/RWDPO ACL:VPTC3\cifsuser:ALLOWED/0x0/RWDPO ACL:VPTC3\mveil:ALLOWED/0x0/READ # --> ok mcrw1:/TCS # ------------------------------ -- You are receiving this mail because: You are the QA Contact for the bug.