disable-common.inc: blacklist doas binary

OpenDoas is an alternative to sudo.  It is an unofficial port of
OpenBSD's doas.  Details:

    $ LC_ALL=C pacman -Si galaxy/opendoas |
      grep -e '^Version' -e '^Description' -e '^URL'
    Version         : 6.8.2-1
    Description     : Run commands as super user or another user
    URL             : https://github.com/Duncaen/OpenDoas

Environment: Artix Linux.

Also, add /etc/doas.conf to etc/ids.config.
This commit is contained in:
Kelvin M. Klann 2022-10-05 07:35:52 -03:00
parent b48093b4fa
commit dbebd71db1
2 changed files with 2 additions and 0 deletions

View file

@ -128,6 +128,7 @@ ${HOME}/.local/share/autostart
/etc/apparmor*
/etc/chkrootkit.conf
/etc/cracklib
/etc/doas.conf
/etc/libaudit.conf
/etc/group*
/etc/gshadow*

View file

@ -479,6 +479,7 @@ blacklist ${PATH}/chage
blacklist ${PATH}/chfn
blacklist ${PATH}/chsh
blacklist ${PATH}/crontab
blacklist ${PATH}/doas
blacklist ${PATH}/evtest
blacklist ${PATH}/expiry
blacklist ${PATH}/fusermount