hardened malloc, working firewall.
This commit is contained in:
6
config/settings/skel/autorun.desktop
Normal file
6
config/settings/skel/autorun.desktop
Normal file
@@ -0,0 +1,6 @@
|
||||
[Desktop Entry]
|
||||
Name=Enable GNOME Extensions
|
||||
Exec=/usr/gnome_settings.sh
|
||||
Type=Application
|
||||
Hidden=false
|
||||
X-GNOME-Autostart-enabled=true
|
||||
3
config/settings/skel/gnome_settings.sh
Normal file
3
config/settings/skel/gnome_settings.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
gnome-extensions enable ubuntu-appindicators@ubuntu.com
|
||||
gsettings set org.gnome.desktop.interface color-scheme prefer-dark
|
||||
@@ -3,3 +3,12 @@
|
||||
if [ -f ~/.bashrc ]; then
|
||||
. ~/.bashrc
|
||||
fi
|
||||
|
||||
if [ ! -f $HOME/.config/opensnitch/firstrun]; then
|
||||
mkdir -p $HOME/.config/opensnitch/
|
||||
cp /etc/opensnitchd/settings.conf $HOME/.config/opensnitch/settings.conf
|
||||
touch $HOME/.config/opensnitch/firstrun
|
||||
fi
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user