mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-03-02 19:13:48 +01:00
Merge branch 'root-perm' into 'master'
Keep /root permissions as 750 See merge request fdupoux/sysresccd-src!72
This commit is contained in:
commit
8de4d7fdea
|
|
@ -10,7 +10,7 @@ ln -sf /usr/share/zoneinfo/UTC /etc/localtime
|
|||
cp -aT /etc/skel/ /root/
|
||||
|
||||
# Permissions
|
||||
chmod 700 /root
|
||||
chmod 750 /root
|
||||
chmod 755 /etc/systemd/scripts/*
|
||||
|
||||
# Configuration
|
||||
|
|
|
|||
Loading…
Reference in a new issue