Skip to content

Commit

Permalink
disable-common.inc: add more suid programs
Browse files Browse the repository at this point in the history
Programs:

    $ pacman -Qo fusermount3 groupmems mount.cifs wall write
    /usr/bin/fusermount3 is owned by fuse3 3.16.1-1
    /usr/bin/groupmems is owned by shadow 4.14.0-4
    /usr/bin/mount.cifs is owned by cifs-utils 7.0-3
    /usr/bin/wall is owned by util-linux 2.39.2-1
    /usr/bin/write is owned by util-linux 2.39.2-1
  • Loading branch information
kmk3 committed Oct 11, 2023
1 parent 741dac2 commit c4f5a07
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions etc/inc/disable-common.inc
Original file line number Diff line number Diff line change
Expand Up @@ -515,16 +515,17 @@ blacklist ${PATH}/evtest
blacklist ${PATH}/expiry
blacklist ${PATH}/fping
blacklist ${PATH}/fping6
blacklist ${PATH}/fusermount
blacklist ${PATH}/fusermount*
blacklist ${PATH}/gksu
blacklist ${PATH}/gksudo
blacklist ${PATH}/gpasswd
blacklist ${PATH}/groupmems
blacklist ${PATH}/hostname
#blacklist ${PATH}/ip # breaks --ip=dhcp
blacklist ${PATH}/kdesudo
blacklist ${PATH}/ksu
blacklist ${PATH}/mount
blacklist ${PATH}/mount.ecryptfs_private
blacklist ${PATH}/mount.*
blacklist ${PATH}/mountpoint
blacklist ${PATH}/mtr
blacklist ${PATH}/mtr-packet
Expand Down Expand Up @@ -563,6 +564,8 @@ blacklist ${PATH}/tcpdump
blacklist ${PATH}/traceroute
blacklist ${PATH}/umount
blacklist ${PATH}/unix_chkpwd
blacklist ${PATH}/wall
blacklist ${PATH}/write
blacklist ${PATH}/wshowkeys
blacklist ${PATH}/xev
blacklist ${PATH}/xinput
Expand Down

0 comments on commit c4f5a07

Please sign in to comment.