Skip to content

Commit

Permalink
Merge pull request #43 from Blub/suidbins-rule-fixup
Browse files Browse the repository at this point in the history
buildsys: fix suidubins assignments
  • Loading branch information
hallyn authored Nov 19, 2016
2 parents d9073bb + 61abb46 commit 6825e6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ noinst_PROGRAMS = id sulogin
suidbins = su
suidubins = chage chfn chsh expiry gpasswd newgrp passwd
if ACCT_TOOLS_SETUID
suidubins += chage chgpasswd chpasswd groupadd groupdel groupmod newusers useradd userdel usermod
suidubins += chage chgpasswd chpasswd groupadd groupdel groupmod newusers useradd userdel usermod
endif
if ENABLE_SUBIDS
suidubins += newgidmap newuidmap
suidubins += newgidmap newuidmap
endif

if WITH_TCB
Expand Down

0 comments on commit 6825e6c

Please sign in to comment.