bad yarn cache permissions
This commit is contained in:
parent
95702debd8
commit
16d1681d35
|
@ -440,6 +440,9 @@ function disable_ctrl_alt_del {
|
|||
|
||||
function lockdown_permissions {
|
||||
# All commands owned by root
|
||||
if [ -d /usr/local/share/.cache/yarn ]; then
|
||||
rm -rf /usr/local/share/.cache/yarn
|
||||
fi
|
||||
if [ -d /bin ]; then
|
||||
chown root:root /bin/*
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue