mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
analyst node changes
This commit is contained in:
@@ -1,12 +0,0 @@
|
|||||||
# Specify the dconf path
|
|
||||||
[org/gnome/desktop/background]
|
|
||||||
|
|
||||||
# Specify the path to the desktop background image file
|
|
||||||
picture-uri='file:///usr/local/share/backgrounds/so-wallpaper.jpg'
|
|
||||||
# Specify one of the rendering options for the background image:
|
|
||||||
# 'none', 'wallpaper', 'centered', 'scaled', 'stretched', 'zoom', 'spanned'
|
|
||||||
picture-options='scaled'
|
|
||||||
# Specify the left or top color when drawing gradients or the solid color
|
|
||||||
primary-color='000000'
|
|
||||||
# Specify the right or bottom color when drawing gradients
|
|
||||||
secondary-color='FFFFFF'
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 314 KiB After Width: | Height: | Size: 269 KiB |
@@ -218,7 +218,6 @@ yum -y install https://github.com/Security-Onion-Solutions/securityonion-docker-
|
|||||||
chmod +x /bin/chaosreader;
|
chmod +x /bin/chaosreader;
|
||||||
|
|
||||||
cp ../../files/analyst/README /;
|
cp ../../files/analyst/README /;
|
||||||
mkdir /usr/share/backgrounds/;
|
|
||||||
cp ../../files/analyst/so-wallpaper.jpg /usr/share/backgrounds/;
|
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/;
|
||||||
|
|
||||||
@@ -253,6 +252,7 @@ idle-delay=uint32 60
|
|||||||
[org/gnome/desktop/screensaver]
|
[org/gnome/desktop/screensaver]
|
||||||
lock-enabled=true
|
lock-enabled=true
|
||||||
lock-delay=uint32 60
|
lock-delay=uint32 60
|
||||||
|
picture-options='zoom'
|
||||||
picture-uri='file:///usr/share/backgrounds/so-lockscreen.jpg'
|
picture-uri='file:///usr/share/backgrounds/so-lockscreen.jpg'
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
@@ -263,7 +263,7 @@ 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/00-login-screen
|
cat << EOF >> /etc/dconf/db/gdm.d/02-login-screen
|
||||||
[org/gnome/login-screen]
|
[org/gnome/login-screen]
|
||||||
disable-user-list=true
|
disable-user-list=true
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user