aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2020-12-12 12:14:22 -0500
committerLibravatar GitHub <noreply@github.com>2020-12-12 12:14:22 -0500
commitc1b461e4f9d5c16fedd23dee69bd9c47fc8ad5fb (patch)
tree58ce1c42c3bb7f68e5effb0f82c6daf4b49e9f60
parentcurl HSTS cache support (#3813) (diff)
parentdisable-common.inc: blacklist ldns tools (diff)
downloadfirejail-c1b461e4f9d5c16fedd23dee69bd9c47fc8ad5fb.tar.gz
firejail-c1b461e4f9d5c16fedd23dee69bd9c47fc8ad5fb.tar.zst
firejail-c1b461e4f9d5c16fedd23dee69bd9c47fc8ad5fb.zip
Merge pull request #3810 from kmk3/dc-add-ldns
Dc add ldns
-rw-r--r--etc/inc/disable-common.inc13
1 files changed, 8 insertions, 5 deletions
diff --git a/etc/inc/disable-common.inc b/etc/inc/disable-common.inc
index bf40457a2..2b56bb5be 100644
--- a/etc/inc/disable-common.inc
+++ b/etc/inc/disable-common.inc
@@ -515,18 +515,21 @@ blacklist /proc/config.gz
515# prevent DNS malware attempting to communicate with the server 515# prevent DNS malware attempting to communicate with the server
516# using regular DNS tools 516# using regular DNS tools
517blacklist ${PATH}/dig 517blacklist ${PATH}/dig
518blacklist ${PATH}/kdig
519blacklist ${PATH}/nslookup
520blacklist ${PATH}/host
521blacklist ${PATH}/dlint 518blacklist ${PATH}/dlint
522blacklist ${PATH}/dnswalk
523blacklist ${PATH}/dns2tcp 519blacklist ${PATH}/dns2tcp
520blacklist ${PATH}/dnswalk
521blacklist ${PATH}/drill
522blacklist ${PATH}/host
524blacklist ${PATH}/iodine 523blacklist ${PATH}/iodine
524blacklist ${PATH}/kdig
525blacklist ${PATH}/knsupdate 525blacklist ${PATH}/knsupdate
526blacklist ${PATH}/ldns-*
527blacklist ${PATH}/ldnsd
528blacklist ${PATH}/nslookup
526blacklist ${PATH}/resolvectl 529blacklist ${PATH}/resolvectl
527 530
528# rest of ${RUNUSER} 531# rest of ${RUNUSER}
529blacklist ${RUNUSER}/*.lock 532blacklist ${RUNUSER}/*.lock
530blacklist ${RUNUSER}/inaccessible 533blacklist ${RUNUSER}/inaccessible
531blacklist ${RUNUSER}/update-notifier.pid
532blacklist ${RUNUSER}/pk-debconf-socket 534blacklist ${RUNUSER}/pk-debconf-socket
535blacklist ${RUNUSER}/update-notifier.pid