Take ownership of the snakeoil
This commit is contained in:
parent
44344d507d
commit
0913425df4
|
@ -443,6 +443,9 @@ function lockdown_permissions {
|
|||
if [ -d /usr/local/share/.cache/yarn ]; then
|
||||
rm -rf /usr/local/share/.cache/yarn
|
||||
fi
|
||||
if [ -f /usr/lib/ssl/certs/ssl-cert-snakeoil.pem ]; then
|
||||
chown root:root /usr/lib/ssl/certs/ssl-cert-snake*
|
||||
fi
|
||||
if [ -d /bin ]; then
|
||||
chown root:root /bin/*
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue