diff options
author | Sven Gothel <[email protected]> | 2019-09-17 00:08:08 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-09-17 00:08:08 +0200 |
commit | e2fae0e3e9d8d5b9c4e91c62edcae94df5d4789a (patch) | |
tree | f602c345d8243ead7ecad1076337e1976d8beb6a | |
parent | 82790392a3dad592a6740f555fe4a35e3aef0ce0 (diff) |
Add 'zfs set aclinherit=passthrough'
-rw-r--r-- | README.txt | 1 | ||||
-rw-r--r-- | scripts/acl-setup.sh | 1 | ||||
-rw-r--r-- | scripts/s01.sh | 1 |
3 files changed, 3 insertions, 0 deletions
@@ -102,6 +102,7 @@ zfs set dedup=off $POOL zfs set compression=off $POOL zfs set atime=off $POOL zfs set mountpoint=none $POOL +zfs set aclinherit=passthrough $POOL zfs set acltype=posixacl $POOL zfs set xattr=sa $POOL diff --git a/scripts/acl-setup.sh b/scripts/acl-setup.sh index c2ed483..9abc25f 100644 --- a/scripts/acl-setup.sh +++ b/scripts/acl-setup.sh @@ -1,5 +1,6 @@ #!/bin/bash +#zfs set aclinherit=passthrough $POOL #zfs set acltype=posixacl $POOL #zfs set xattr=sa $POOL diff --git a/scripts/s01.sh b/scripts/s01.sh index 5c64afb..5b1e263 100644 --- a/scripts/s01.sh +++ b/scripts/s01.sh @@ -54,6 +54,7 @@ zfs set dedup=off $POOL zfs set compression=off $POOL zfs set atime=off $POOL zfs set mountpoint=none $POOL +zfs set aclinherit=passthrough $POOL zfs set acltype=posixacl $POOL zfs set xattr=sa $POOL |