Displaying 2 results from an estimated 2 matches for "shareguest".
Did you mean:
share_test
2012 Jul 03
0
Discard permissions on moving files/folders in a share and inherit the permissions of the new parent directory
...e a folder/file.
And guess what? It didn't work. I'm now looking for what i'm doing wrong.
Here's the parent dir's ACL under linux:
# file: test
> # owner: elfish
> # group: elfish
> user::rwx
> group::rwx
> group:sharepub:rwx
> group:sharepriv:rwx
> group:shareguest:r-x
> mask::rwx
> other::rwx
> default:user::rwx
> default:group::rwx
> default:group:sharepub:rwx
> default:group:sharepriv:rwx
> default:group:shareguest:r-x
> default:mask::rwx
> default:other::rwx
>
And here are my share settings:
[share]
> path = /media/1e35a...
2012 Jun 28
1
permission problems (ACL)
...ult:group:sharepriv:rwx
default:mask::rwx
default:other::---
the 2nd folder is accessible by 2 groups and 1 user.
1 group has rw access (same group as on the first folder)
the 2nd group only has read permissions
getfacl output
Code:# file: Sonstiges/
# owner: elfish
# group: elfish
user::rwx
user:shareguest:r-x
group::rwx
group:sharepub:r-x
group:sharepriv:rwx
mask::rwx
other::---
default:user::rwx
default:user:shareguest:r-x
default:group::rwx
default:group:sharepub:r-x
default:group:sharepriv:rwx
default:mask::rwx
default:other::---
if i move a file from the first folder to the second folder by cut...