Skip to main content

Questions tagged [acl]

ACL stands for access control list. ACLs extend permissions on files beyond the traditional user-group-others triple.

0 votes
0 answers
16 views

FTP unable to write to a mounted drive

I'm using Mint Linux 22.1 and vsftpd on the destination computer and Windows 11 (latest version) as the source computer. I have the following permissions. In my home directory I have a symlink to a ...
Todd's user avatar
  • 101
0 votes
1 answer
63 views

Rsync error when transfer files with acls

I've a Debian server that rsync files in a nfs share (Truenas). Nfs share is mounted with systemd: 192.168.88.162:/mnt/pool3/nfsdataset /mnt/systemd/nfs/nfsdataset nfs nofail,x-systemd.automount 0 ...
ancoling67's user avatar
2 votes
2 answers
158 views

Possible to apply sticky bit effects to a group rather than user?

I've been reading up on the "sticky bit" and it's almost what i want… but not quite. Background I'm managing a small JupyterHub instance with three courses and an instructor for each course. ...
Dustin Wheeler's user avatar
0 votes
0 answers
24 views

Why on nfs client those acl are not working fine?

The situation: I want to export a directory writable only for a group. I have created a group with same gid on both client (Solaris 10) and Server (Linux). On Linux server I set the permission and acl ...
elbarna's user avatar
  • 13.6k
0 votes
1 answer
109 views

Openzfs, Linux and nfsv4 acl

On Linux zfs seems to support nfsv4acl zfs set acltype=nfsv4 rpool/ROOT/nas echo $? 0 I create a fs zfs create -o mountpoint=/var/pub rpool/pub and...nothing works nfs4_setfacl -e /var/pub Failed to ...
elbarna's user avatar
  • 13.6k
0 votes
1 answer
20 views

Solaris zfs acl: how to force acl inerith for "others"?

With this acl chmod A=owner@:wpdDxrarRsWwA:df:allow,group:nfs-users:wpdDxrarRsWwA:df:allow,everyone@:wpdDxrarRsWwA:df:deny /directory I obtain that directory is available only for nfs-users and owner ...
elbarna's user avatar
  • 13.6k
1 vote
0 answers
13 views

Allow NFS mounted with host key to read everything in a kerberized NFS share

I have a TrueNAS system that my hosts can connect/mount into, to write they should need to have a valid ticket by my KCM, but to read, certain mount points should be able to be read by any host that ...
Braiam's user avatar
  • 36.7k
0 votes
0 answers
44 views

ksmbd share looks empty at client side

I'm trying to get ksmbd work on a machine running bookworm. But regardless if I'm using a Linux GUI, CLI or a Windows 10 Client, I'm unable to browse through files or directories within the mounted ...
Die Rylls's user avatar
0 votes
2 answers
59 views

"+" in file permissions

I back up my stuff with rsync over private/public-keyed SSH, to /media/pi/backups/... to a Raspberry PI with a 1GB USB HD plugged into it as the occasional, offsite backups. When I look at the ...
user358360's user avatar
0 votes
0 answers
22 views

Full access shared folder for two unprivileged users

I am an unpriviledged user A in the same group G as another unpriviledged user B. We want to share a directory. I want to create a shared folder, be it /tmp/shared. How do I set its rights? Seems I ...
Bubaya's user avatar
  • 141
0 votes
0 answers
120 views

How do I set the ACLs/Folder permissions on a zfs dataset to allow SMB share with Samba?

Background info: Linux Mint 22 Installed zfs tools Installed Samba to enable smb sharing I am new to Linux and I'm sure there is just a missing piece somewhere. What I have Done So Far: I created a ...
Erick W's user avatar
0 votes
0 answers
34 views

removal usb rule for polkit

I'm having trouble writing a rule that would allow all (or some subset of users) to access a yubikey (a usb security device). The device appears as /dev/hidraw2, and the normal user is on an ACL (...
jyoung's user avatar
  • 131
0 votes
0 answers
39 views

write permissions for group

On a samba share on Linux, I want to have a directory that can be written to by different users (members of a group called 'users'). Subdirectories those users create also have to be writeable by ...
minyves's user avatar
  • 101
2 votes
2 answers
52 views

Why is the group permissions rwx for folder but read for newly created files within it?

On Rocky 8 (Redhat), I have a site running under Apache (httpd). I have the permissions set as follows including setguid so files created within the uploads folder inherit the group: [root@myserver ~]#...
Confounder's user avatar
0 votes
0 answers
32 views

How to configure access to `olcPPolicyDefault`?

I'm writing a utility (in Perl) that needs access to attribute olcPPolicyDefault that defines the DN of the default password policy in OpenLDAP. As the utility should not use the Admin or cn=config ...
U. Windl's user avatar
  • 1,683

15 30 50 per page
1
2 3 4 5
28