Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etersoft-admin-essentials
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
etersoft-admin-essentials
Commits
baefa70b
Commit
baefa70b
authored
Mar 04, 2021
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tune_new_system: fix chromium SSO, disable NetworkManager
parent
0e130ccd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
3 deletions
+13
-3
tune_new_system.sh
etersoft/tune_new_system.sh
+13
-3
No files found.
etersoft/tune_new_system.sh
View file @
baefa70b
...
...
@@ -104,6 +104,16 @@ epmi systemd-settings-disable-dumpcore systemd-settings-enable-log-to-tty12 syst
serv cups on
serv cups-browsed on
# TODO: выключение NetworkManager для сетевого интерфейса
# DISABLED=yes
# NM_=no
if
[
!
-f
/etc/chromium/policies/recommended/etersoft-kerberos.json
]
;
then
cat
<<
EOF
>/etc/chromium/policies/recommended/etersoft-kerberos.json
{
"AuthServerWhitelist": "*.etersoft.ru,*.eterhost.ru",
"AuthNegotiateDelegateWhitelist": "*.etersoft.ru,*.eterhost.ru"
}
EOF
fi
if
[
-f
/etc/net/ifaces/eth0/options
]
;
then
subst
"s|^NM_CONTROLLED=yes|NM_CONTROLLED=no|"
/etc/net/ifaces/eth0/options
subst
"s|^DISABLED=yes|DISABLED=no|"
/etc/net/ifaces/eth0/options
fi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment