changeset 1097:930266b723d4

security/shadow: protect /etc/shadow
author David Demelier <markand@malikania.fr>
date Tue, 10 Sep 2019 20:43:00 +0200
parents 855f99f9eb6d
children 3370ab4ee080
files security/shadow/shadow.sh
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/security/shadow/shadow.sh	Mon Sep 09 21:15:00 2019 +0200
+++ b/security/shadow/shadow.sh	Tue Sep 10 20:43:00 2019 +0200
@@ -38,7 +38,8 @@
             etc/pam.d/su
             etc/pam.d/useradd
             etc/pam.d/userdel
-            etc/pam.d/usermod"
+            etc/pam.d/usermod
+            etc/shadow"
 
 : ${CHOST:=$(uname -m)-linux-musl}
 : ${CBUILD:=$(uname -m)-linux-musl}