committing changes in /etc made by "bash i360deploy.sh --key IMUNX4Nv23rDqdjndBH"

Package changes:
This commit is contained in:
2023-02-09 14:52:03 +02:00
parent 4911d0453d
commit 54c4e5b173
56 changed files with 695496 additions and 11 deletions

View File

@@ -0,0 +1,8 @@
--- /etc/pam.d/password-auth 2021-08-26 19:12:51.778023053 +0300
+++ - 2023-02-09 14:51:46.796675536 +0200
@@ -1,3 +1,5 @@
auth required pam_env.so
+auth required pam_imunify.so check_only
auth sufficient pam_unix.so try_first_pass nullok
+auth required pam_imunify.so
auth required pam_deny.so

View File

@@ -0,0 +1,8 @@
--- /etc/pam.d/system-auth 2022-10-08 19:09:45.000000000 +0300
+++ - 2023-02-09 14:51:46.801236173 +0200
@@ -4,3 +4,5 @@
auth required pam_env.so
+auth required pam_imunify.so check_only
auth sufficient pam_unix.so try_first_pass nullok
+auth required pam_imunify.so
auth required pam_deny.so

View File

@@ -1,5 +1,7 @@
auth required pam_env.so
auth required pam_imunify.so check_only
auth sufficient pam_unix.so try_first_pass nullok
auth required pam_imunify.so
auth required pam_deny.so
account required pam_unix.so

View File

@@ -0,0 +1,16 @@
auth required pam_env.so
auth sufficient pam_unix.so try_first_pass nullok
auth required pam_deny.so
account required pam_unix.so
password requisite pam_pwquality.so try_first_pass local_users_only retry=3 authtok_type=
password sufficient pam_unix.so try_first_pass use_authtok nullok sha512 shadow
password required pam_deny.so
session optional pam_keyinit.so
session required pam_limits.so
-session [success=1 default=ignore] pam_succeed_if.so service in crond quiet use_uid
session required pam_unix.so

View File

@@ -2,7 +2,9 @@
# This file is auto-generated.
# User changes will be destroyed the next time authselect is run.
auth required pam_env.so
auth required pam_imunify.so check_only
auth sufficient pam_unix.so try_first_pass nullok
auth required pam_imunify.so
auth required pam_deny.so
account required pam_unix.so

18
pam.d/system-auth.i360bak Normal file
View File

@@ -0,0 +1,18 @@
#%PAM-1.0
# This file is auto-generated.
# User changes will be destroyed the next time authselect is run.
auth required pam_env.so
auth sufficient pam_unix.so try_first_pass nullok
auth required pam_deny.so
account required pam_unix.so
password requisite pam_pwquality.so try_first_pass local_users_only retry=3 authtok_type=
password sufficient pam_unix.so try_first_pass use_authtok nullok sha512 shadow
password required pam_deny.so
session optional pam_keyinit.so revoke
session required pam_limits.so
-session optional pam_systemd.so
session [success=1 default=ignore] pam_succeed_if.so service in crond quiet use_uid
session required pam_unix.so