mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
analyst node changes
This commit is contained in:
@@ -222,14 +222,14 @@ cp ../../files/analyst/so-wallpaper.jpg /usr/share/backgrounds/;
|
|||||||
cp ../../files/analyst/so-lockscreen.jpg /usr/share/backgrounds/;
|
cp ../../files/analyst/so-lockscreen.jpg /usr/share/backgrounds/;
|
||||||
|
|
||||||
# Create gdm profile
|
# Create gdm profile
|
||||||
cat << EOF >> /etc/dconf/profile/gdm
|
#cat << EOF >> /etc/dconf/profile/gdm
|
||||||
user-db:user
|
#user-db:user
|
||||||
system-db:gdm
|
#system-db:gdm
|
||||||
file-db:/usr/share/gdm/greeter-dconf-defaults
|
#file-db:/usr/share/gdm/greeter-dconf-defaults
|
||||||
EOF
|
#EOF
|
||||||
|
|
||||||
# Set background wallpaper
|
# Set background wallpaper
|
||||||
cat << EOF >> /etc/dconf/db/gdm.d/00-background
|
cat << EOF >> /etc/dconf/db/local.d/00-background
|
||||||
# Specify the dconf path
|
# Specify the dconf path
|
||||||
[org/gnome/desktop/background]
|
[org/gnome/desktop/background]
|
||||||
|
|
||||||
@@ -245,7 +245,7 @@ secondary-color='FFFFFF'
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Set lock screen
|
# Set lock screen
|
||||||
cat << EOF >> /etc/dconf/db/gdm.d/01-screensaver
|
cat << EOF >> /etc/dconf/db/local.d/00-screensaver
|
||||||
[org/gnome/desktop/session]
|
[org/gnome/desktop/session]
|
||||||
idle-delay=uint32 60
|
idle-delay=uint32 60
|
||||||
|
|
||||||
@@ -263,12 +263,12 @@ cat << EOF >> /etc/dconf/db/local.d/locks/screensaver
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Do not show the user list at login
|
# Do not show the user list at login
|
||||||
cat << EOF >> /etc/dconf/db/gdm.d/02-login-screen
|
cat << EOF >> /etc/dconf/db/gdm.d/00-login-screen
|
||||||
[org/gnome/login-screen]
|
[org/gnome/login-screen]
|
||||||
disable-user-list=true
|
disable-user-list=true
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
dconf update;
|
#dconf update;
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "Analyst workstation has been installed!"
|
echo "Analyst workstation has been installed!"
|
||||||
|
|||||||
Reference in New Issue
Block a user