Commit 8bc6c846 authored by Vitaly Lipatov's avatar Vitaly Lipatov

tune_new_system.sh: fix for chromium policies

parent 28939991
...@@ -118,14 +118,14 @@ epmi systemd-settings-disable-dumpcore systemd-settings-enable-log-to-tty12 syst ...@@ -118,14 +118,14 @@ epmi systemd-settings-disable-dumpcore systemd-settings-enable-log-to-tty12 syst
serv cups on serv cups on
serv cups-browsed on serv cups-browsed on
if [ ! -f /etc/chromium/policies/recommended/etersoft-kerberos.json ] ; then #if [ ! -f /etc/chromium/policies/recommended/etersoft-kerberos.json ] ; then
cat <<EOF >/etc/chromium/policies/recommended/etersoft-kerberos.json cat <<EOF >/etc/chromium/policies/recommended/etersoft-kerberos.json
{ {
"AuthServerWhitelist": "*.etersoft.ru,*.eterhost.ru", "AuthServerAllowlist": "*.etersoft.ru,*.eterhost.ru",
"AuthNegotiateDelegateWhitelist": "*.etersoft.ru,*.eterhost.ru" "AuthNegotiateDelegateAllowlist": "*.etersoft.ru,*.eterhost.ru"
} }
EOF EOF
fi #fi
if [ -f /etc/net/ifaces/e*/options ] ; then if [ -f /etc/net/ifaces/e*/options ] ; then
subst "s|^NM_CONTROLLED=yes|NM_CONTROLLED=no|" /etc/net/ifaces/e*/options subst "s|^NM_CONTROLLED=yes|NM_CONTROLLED=no|" /etc/net/ifaces/e*/options
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment