mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-02-14 19:23:31 +01:00
analyst node changes
This commit is contained in:
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
@@ -220,6 +220,7 @@ chmod +x /bin/chaosreader;
|
||||
cp ../../files/analyst/README /;
|
||||
cp ../../files/analyst/so-wallpaper.jpg /usr/share/backgrounds/;
|
||||
cp ../../files/analyst/so-lockscreen.jpg /usr/share/backgrounds/;
|
||||
cp ../../files/analyst/so-login-logo.svg /usr/share/pixmaps/;
|
||||
|
||||
# Create gdm profile
|
||||
#cat << EOF >> /etc/dconf/profile/gdm
|
||||
@@ -262,13 +263,13 @@ cat << EOF >> /etc/dconf/db/local.d/locks/screensaver
|
||||
/org/gnome/desktop/screensaver/lock-delay
|
||||
EOF
|
||||
|
||||
# Do not show the user list at login
|
||||
cat << EOF >> /etc/dconf/db/gdm.d/00-login-screen
|
||||
# Do not show the user list at login screen
|
||||
cat << EOF >> /etc/dconf/db/local.d/00-login-screen
|
||||
[org/gnome/login-screen]
|
||||
disable-user-list=true
|
||||
EOF
|
||||
|
||||
#dconf update;
|
||||
dconf update;
|
||||
|
||||
echo
|
||||
echo "Analyst workstation has been installed!"
|
||||
|
||||
Reference in New Issue
Block a user