Fix correct directory permissions to /boot, /root, /etc

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: Ied027f8f561d172386e9071ab625af61d8035601
This commit is contained in:
Dongjin Kim
2022-03-05 04:01:01 +09:00
parent 832590e69c
commit f5b342ab0a

View File

@@ -14,3 +14,7 @@ rm -f /etc/apt/apt.conf.d/99debconf
rm -rf /tmp/*
rm -rf ~/.bash_history
rm -rf /root/default
chown -R root:root /boot
chown -R root:root /etc
chown -R root:root /root