aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-10-01 11:23:56 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-07-14 08:08:47 -0300
commit580283d74b4e6cd425960d336cb0a5296ae36a68 (patch)
tree828ec892bad07c4ae166637bccdc371e9715d594 /Makefile
parentMerge pull request #5881 from glitsj16/rssguard (diff)
downloadfirejail-580283d74b4e6cd425960d336cb0a5296ae36a68.tar.gz
firejail-580283d74b4e6cd425960d336cb0a5296ae36a68.tar.zst
firejail-580283d74b4e6cd425960d336cb0a5296ae36a68.zip
disable-common.inc: blacklist sudo/doas paths in /etc
Commands used to find the relevant paths in /etc: $ pacman -Qo /etc/* 2>/dev/null | grep sudo | LC_ALL=C sort /etc/pam.d/ is owned by sudo 1.9.14.p1-1 /etc/sudo.conf is owned by sudo 1.9.14.p1-1 /etc/sudo_logsrvd.conf is owned by sudo 1.9.14.p1-1 /etc/sudoers is owned by sudo 1.9.14.p1-1 /etc/sudoers.d/ is owned by sudo 1.9.14.p1-1 Environment: Artix Linux. Also, add missing paths sudo/doas to etc/ids.config and jailcheck. See also commit dbebd71db ("disable-common.inc: blacklist doas binary", 2022-10-05). Relates to #5385. Reported-by: Dieter Plaetinck <dieter@plaetinck.be>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 53b57a0e1..fdf83beb4 100644
--- a/Makefile
+++ b/Makefile
@@ -362,7 +362,7 @@ scan-build: clean
362 362
363.PHONY: codespell 363.PHONY: codespell
364codespell: clean 364codespell: clean
365 codespell --ignore-regex "UE|creat|shotcut|ether" src test 365 codespell --ignore-regex "UE|creat|doas|shotcut|ether" src test
366 366
367.PHONY: print-env 367.PHONY: print-env
368print-env: 368print-env: