mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-27 05:58:22 +01:00
greetd: fix pam file
This commit is contained in:
parent
6b2926a933
commit
9c3464a84d
@ -1,8 +1,6 @@
|
|||||||
#%PAM-1.0
|
#%PAM-1.0
|
||||||
|
auth required pam_unix.so
|
||||||
auth required pam_securetty.so
|
account required pam_unix.so
|
||||||
auth requisite pam_nologin.so
|
password required pam_unix.so
|
||||||
auth include system-local-login
|
session required pam_unix.so
|
||||||
account include system-local-login
|
|
||||||
session include system-local-login
|
|
||||||
|
|
||||||
|
@ -68,7 +68,7 @@ do_configure:prepend() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
do_install:append() {
|
do_install:append() {
|
||||||
install -d ${D}${systemd_system_unitdir} ${D}${sysconfdir}/greetd ${D}${sysconfdir}/pam.d/greetd
|
install -d ${D}${systemd_system_unitdir} ${D}${sysconfdir}/greetd ${D}${sysconfdir}/pam.d
|
||||||
install -m0644 ${S}/greetd.service ${D}${systemd_system_unitdir}
|
install -m0644 ${S}/greetd.service ${D}${systemd_system_unitdir}
|
||||||
install -m0644 ${S}/config.toml ${D}${sysconfdir}/greetd
|
install -m0644 ${S}/config.toml ${D}${sysconfdir}/greetd
|
||||||
install -m0644 ${WORKDIR}/greetd.pam ${D}${sysconfdir}/pam.d/greetd
|
install -m0644 ${WORKDIR}/greetd.pam ${D}${sysconfdir}/pam.d/greetd
|
||||||
|
Loading…
Reference in New Issue
Block a user