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
8bc6c846
Commit
8bc6c846
authored
Aug 09, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tune_new_system.sh: fix for chromium policies
parent
28939991
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
tune_new_system.sh
etersoft/tune_new_system.sh
+4
-4
No files found.
etersoft/tune_new_system.sh
View file @
8bc6c846
...
...
@@ -118,14 +118,14 @@ epmi systemd-settings-disable-dumpcore systemd-settings-enable-log-to-tty12 syst
serv cups 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
{
"AuthServer
White
list": "*.etersoft.ru,*.eterhost.ru",
"AuthNegotiateDelegate
White
list": "*.etersoft.ru,*.eterhost.ru"
"AuthServer
Allow
list": "*.etersoft.ru,*.eterhost.ru",
"AuthNegotiateDelegate
Allow
list": "*.etersoft.ru,*.eterhost.ru"
}
EOF
fi
#
fi
if
[
-f
/etc/net/ifaces/e
*
/options
]
;
then
subst
"s|^NM_CONTROLLED=yes|NM_CONTROLLED=no|"
/etc/net/ifaces/e
*
/options
...
...
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