By default /usr/bin/suidperl is no longer chmod 4511 but rather chmod 511. The reason is that /etc/defaults/make.conf has a NOSUIDPERL option (disabled by default) while src/gnu/usr.bin/perl/suidperl/Makefile reflects on ENABLE_SUIDPERL. This is inconsistent. The Makefile should also depend on NOSUIDPERL (and the test in the Makefile reversed). Fix: See description. How-To-Repeat: make buildworld installworld :-)
Fixed by gnu/22293. PR to be closed.
State Changed From-To: open->closed Duplicate of PR 21991.