We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 835018c commit f872ef6Copy full SHA for f872ef6
linux-pam.yaml
@@ -52,8 +52,8 @@ pipeline:
52
done
53
54
# make "unix_chkpwd" shadow group and enable g+s
55
- chgrp shadow ${{targets.destdir}}/bin/unix_chkpwd \
56
- && chmod g+s ${{targets.destdir}}/bin/unix_chkpwd
+ chgrp shadow ${{targets.destdir}}/usr/bin/unix_chkpwd \
+ && chmod g+s ${{targets.destdir}}/usr/bin/unix_chkpwd
57
58
# Don't ship /var/run
59
rm -r ${{targets.destdir}}/var/run
0 commit comments