etc/init-browser-policies.bash: add suspicion of another Google Chrome

This commit is contained in:
Aminda Suomalainen 2024-07-31 11:03:13 +03:00
parent 62d52df660
commit 45fb267570
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 5 additions and 0 deletions

View File

@ -50,6 +50,11 @@ mkdir -p /etc/opt/chrome
setfacl --recursive --modify=u:root:rw,o:rx /etc/opt/chrome
ln -fnsv /etc/opt/chromium/policies /etc/opt/chrome/policies
# Naggig suspicion of another Google Chrome
mkdir -p /etc/chrome
setfacl --recursive --modify=u:root:rw,o:rx /etc/chrome
ln -fnsv /etc/opt/chromium/policies /etc/chrome/policies
# Microsoft Edge
# I used to have a separate policy for it so remember to remove this manually
# if it exists!