Warning, /network/kdenetwork-filesharing/samba/aclproperties/README.md is written in an unsupported language. File is not indexed.
0001 <!-- 0002 SPDX-License-Identifier: CC0-1.0 0003 SPDX-FileCopyrightText: 2020-2022 Harald Sitter <sitter@kde.org> 0004 --> 0005 0006 # Requirements 0007 0008 - samba or windows server 0009 - samba server needs to share off of a file system with POSIX ACLs enabled. 0010 e.g. btrfs, or ext4 with acl enabled. also see https://help.ubuntu.com/community/FilePermissionsACLs 0011 0012 # Test 0013 0014 - browse shared folder that has ACLs enabled (`getfacl $folder` to check it has ACLs on host) 0015 - right click empty space 0016 - properties 0017 - nt acl tab 0018 0019 # Notes 0020 0021 - POSIX ACL only represent a subset of NT ACL and therefore do not map terribly 0022 well with the windows-like UI since the three rwx bits are mapped to numerous 0023 windows bits