Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
'sudo' calls 'unix_chkpwd' and this fails with ``` openat(AT_FDCWD</>, "/etc/shadow", O_RDONLY|O_CLOEXEC) = -1 EACCES ``` for unclear reason (CAP_DAC_* are granted) Let root read /etc/shadow without capabilities as a work around.
- Loading branch information