Skip to content

Commit

Permalink
bin/suid-list: add groupmems to trusted SGID programs
Browse files Browse the repository at this point in the history
On ArchLinux, /usr/bin/groupmems now has a SGID bit.
  • Loading branch information
fishilico committed Nov 15, 2023
1 parent d9c72a7 commit 487a4a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/suid-list
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,9 @@ TRUSTED_SGID_FILES = [
LinkToSuidFile('/etc/alternatives/rxvt', '/bin/urxvt',
groups=('utmp', )),

# shadow, https://github.com/shadow-maint/shadow
SuidFile('/bin/groupmems', groups=('groups', )),

# uw-imap, https://web.archive.org/web/20081005002032/https://www.washington.edu/imap/
# https://salsa.debian.org/holmgren/uw-imap
SuidFile('/bin/mlock', groups=('mail', )),
Expand Down

0 comments on commit 487a4a4

Please sign in to comment.