Added PAM support

This commit is contained in:
CapCreeperGR
2024-07-06 20:36:30 +00:00
parent 2e1fe51b0b
commit 9ebe1b8fcd
3 changed files with 6 additions and 0 deletions
+1
View File
@@ -26,6 +26,7 @@ package() {
mkdir -p "$BPM_OUTPUT"/etc
cp ../doas.conf "$BPM_OUTPUT"/etc/doas.conf
chmod -c 0400 "$BPM_OUTPUT"/etc/doas.conf
cp ../doas-pam "$BPM_OUTPUT"/etc/pam.d/doas
mkdir -p "$BPM_OUTPUT"/usr/share/licenses/opendoas
cp LICENSE "$BPM_OUTPUT"/usr/share/licenses/opendoas/LICENSE
}