system/etc: remove conflict with security/pam (DONT UPDATE IN PKG)
This commit is contained in:
parent
fed2d7294b
commit
e29ed12245
|
@ -3,8 +3,7 @@ name="etc"
|
|||
short_desc="Necessary /etc files (do NOT uninstall)"
|
||||
desc="This package contains the necessary files required for user management. The contents are:
|
||||
/etc/passwd
|
||||
/etc/group
|
||||
/etc/pam.d/other"
|
||||
/etc/group"
|
||||
category="system"
|
||||
version="KROS"
|
||||
maintainer="ffqq@danwin1210.de"
|
||||
|
@ -17,7 +16,6 @@ build_dependencies=()
|
|||
run_dependencies=("system/glibc")
|
||||
|
||||
build_process() {
|
||||
mkdir -p $TAMANDUA_STAGE_DIR/etc/pam.d
|
||||
mkdir -p $TAMANDUA_STAGE_DIR/etc
|
||||
cp $TAMANDUA_FILES_DIR/{group,passwd} $TAMANDUA_STAGE_DIR/etc
|
||||
cp $TAMANDUA_FILES_DIR/other $TAMANDUA_STAGE_DIR/etc/pam.d
|
||||
}
|
|
@ -1,4 +0,0 @@
|
|||
auth required pam_deny.so
|
||||
account required pam_deny.so
|
||||
password required pam_deny.so
|
||||
session required pam_deny.so
|
Loading…
Reference in New Issue