Debian & Ubuntu: chmod 700 /root
"The /root dataset is created with default world-readable permissions (755). debootstrap would create /root with 700 permissions, but it does not change the permissions if it already exists." Reported-by: zxyrepf Closes #115
This commit is contained in:
@@ -433,6 +433,7 @@ Step 3: System Installation
|
||||
|
||||
zfs create rpool/home
|
||||
zfs create -o mountpoint=/root rpool/home/root
|
||||
chmod 700 /mnt/root
|
||||
zfs create -o canmount=off rpool/var
|
||||
zfs create -o canmount=off rpool/var/lib
|
||||
zfs create rpool/var/log
|
||||
|
||||
Reference in New Issue
Block a user