Hi,

I’ve set for a directory the following

setfacl -dm u:aUser:r aDirectory
#set new files to be readable by aUser

cp ~/Desktop/aFile.txt /xx/xx/xx/aDirectory

getfacl aFile.txt #the copied one
# file: aFile.txt
# owner: me
# group: me
user::rwx
user:aUser:r--
group::r-x
mask::rwx
other::rwx

So indeed we see the aUser got r--

but

stat aFile.txt

return

(0777/-rwxrwxrwx) #!!!!

is that normal ???

Thanks.

  • @Rick_C137OP
    link
    English
    1
    edit-2
    1 month ago

    Update, this is only happening when I copy files from a ~SMB share… :'(
    Otherwise it’s correct…

    • Klara
      link
      fedilink
      21 month ago

      SMB is weird, do you have the option to run NFS on the share instead? Since NFS is made for Unix systems, it’s what I’ve always gone for.