update: rename filedir to work with new version of leaf

This commit is contained in:
2026-01-18 20:10:14 -05:00
parent 58c8a7a42c
commit b4192b3099
129 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
#%PAM-1.0
password include system-auth

View File

@@ -0,0 +1,8 @@
#%PAM-1.0
auth sufficient pam_rootok.so
auth include system-auth
account include system-auth
password include system-auth

View File

@@ -0,0 +1,8 @@
#%PAM-1.0
auth sufficient pam_rootok.so
auth required pam_permit.so
account include system-auth
password required pam_permit.so

View File

@@ -0,0 +1,7 @@
#%PAM-1.0
auth sufficient pam_rootok.so
account include system-auth
password required pam_permit.so