linux-pam: Fixed permissions of /etc/pam.d
This commit is contained in:
parent
7587b94ca8
commit
4067ae0d66
@ -1,6 +1,6 @@
|
||||
drwxr-xr-x root/root etc/
|
||||
-rw-r--r-- root/root etc/environment
|
||||
drwx------ root/root etc/pam.d/
|
||||
drwxr-xr-x root/root etc/pam.d/
|
||||
-rw-r--r-- root/root etc/pam.d/other
|
||||
-rw-r--r-- root/root etc/pam.d/system-auth
|
||||
drwxr-xr-x root/root etc/security/
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
name=linux-pam
|
||||
version=1.1.8
|
||||
release=1
|
||||
release=2
|
||||
source=(
|
||||
http://www.linux-pam.org/library/Linux-PAM-$version.tar.bz2
|
||||
other
|
||||
@ -30,7 +30,7 @@ build() {
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -rf $PKG/usr/share $PKG/lib/security/*.la
|
||||
mkdir -m 700 $PKG/etc/pam.d
|
||||
mkdir -m 755 $PKG/etc/pam.d
|
||||
install -D -m 644 -o root -g root $SRC/other $PKG/etc/pam.d/other
|
||||
install -D -m 644 -o root -g root $SRC/system-auth $PKG/etc/pam.d/system-auth
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user