Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
-Added oVirt 4.2
-Fix for copy issue with PAM configurations
	- #22
  • Loading branch information
fcaviggia committed Jan 3, 2018
1 parent ef5e7f7 commit a4ccfd7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file removed config/hardening/ovirt-release41.rpm
Binary file not shown.
Binary file added config/hardening/ovirt-release42.rpm
Binary file not shown.
4 changes: 2 additions & 2 deletions config/hardening/supplemental.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ session [success=1 default=ignore] pam_succeed_if.so service in crond quiet use_
session required pam_unix.so
EOF
ln -sf /etc/pam.d/system-auth-local /etc/pam.d/system-auth
cp -f /etc/pam.d/system-auth-local /etc/pam.d/system-auth-ac
cat /etc/pam.d/system-auth-local > /etc/pam.d/system-auth-ac
chattr +i /etc/pam.d/system-auth-local

cat <<EOF > /etc/pam.d/password-auth-local
Expand Down Expand Up @@ -83,7 +83,7 @@ session [success=1 default=ignore] pam_succeed_if.so service in crond quiet use_
session required pam_unix.so
EOF
ln -sf /etc/pam.d/password-auth-local /etc/pam.d/password-auth
cp -f /etc/pam.d/password-auth-local /etc/pam.d/password-auth-ac
cat /etc/pam.d/password-auth-local > /etc/pam.d/password-auth-ac
chattr +i /etc/pam.d/password-auth-local

cat <<EOF > /etc/security/pwquality.conf
Expand Down

0 comments on commit a4ccfd7

Please sign in to comment.