aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README1
-rw-r--r--etc/inc/disable-common.inc15
2 files changed, 16 insertions, 0 deletions
diff --git a/README b/README
index c2abf32d7..c6eedbe5f 100644
--- a/README
+++ b/README
@@ -1059,6 +1059,7 @@ Vladimir Schowalter (https://github.com/VladimirSchowalter20)
1059Vladislav Nepogodin (https://github.com/vnepogodin) 1059Vladislav Nepogodin (https://github.com/vnepogodin)
1060 - added Librewolf profiles 1060 - added Librewolf profiles
1061 - added Sway profile 1061 - added Sway profile
1062 - fix CLion profile
1062xee5ch (https://github.com/xee5ch) 1063xee5ch (https://github.com/xee5ch)
1063 - skypeforlinux profile 1064 - skypeforlinux profile
1064Ypnose (https://github.com/Ypnose) 1065Ypnose (https://github.com/Ypnose)
diff --git a/etc/inc/disable-common.inc b/etc/inc/disable-common.inc
index 4c83284ee..1283a3a3d 100644
--- a/etc/inc/disable-common.inc
+++ b/etc/inc/disable-common.inc
@@ -162,6 +162,9 @@ deny ${HOME}/.local/share/systemd
162deny /var/lib/systemd 162deny /var/lib/systemd
163deny ${PATH}/systemd-run 163deny ${PATH}/systemd-run
164deny ${RUNUSER}/systemd 164deny ${RUNUSER}/systemd
165deny ${PATH}/systemctl
166deny /etc/systemd/system
167deny /etc/systemd/network
165# creates problems on Arch where /etc/resolv.conf is a symlink to /var/run/systemd/resolve/resolv.conf 168# creates problems on Arch where /etc/resolv.conf is a symlink to /var/run/systemd/resolve/resolv.conf
166#blacklist /var/run/systemd 169#blacklist /var/run/systemd
167 170
@@ -257,6 +260,18 @@ deny /etc/modules*
257deny /etc/logrotate* 260deny /etc/logrotate*
258deny /etc/adduser.conf 261deny /etc/adduser.conf
259 262
263# hide config for various intrusion detection systems
264deny /etc/rkhunter.conf
265deny /var/lib/rkhunter
266deny /etc/chkrootkit.conf
267deny /etc/lynis
268deny /etc/aide
269deny /etc/logcheck
270deny /etc/tripwire
271deny /etc/snort
272deny /etc/fail2ban.conf
273deny /etc/suricata
274
260# Startup files 275# Startup files
261read-only ${HOME}/.antigen 276read-only ${HOME}/.antigen
262read-only ${HOME}/.bash_aliases 277read-only ${HOME}/.bash_aliases