aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-09-17 00:08:08 +0200
committerSven Gothel <[email protected]>2019-09-17 00:08:08 +0200
commite2fae0e3e9d8d5b9c4e91c62edcae94df5d4789a (patch)
treef602c345d8243ead7ecad1076337e1976d8beb6a
parent82790392a3dad592a6740f555fe4a35e3aef0ce0 (diff)
Add 'zfs set aclinherit=passthrough'
-rw-r--r--README.txt1
-rw-r--r--scripts/acl-setup.sh1
-rw-r--r--scripts/s01.sh1
3 files changed, 3 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index 41dc1cc..67cf621 100644
--- a/README.txt
+++ b/README.txt
@@ -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