8f4235636c
- build: changed build system from autotools to meson. - libpam_misc: use ECHOCTL in the terminal input - pam_access: support UID and GID in access.conf - pam_env: install environment file in vendordir if vendordir is enabled - pam_issue: only count class user if logind support is enabled - pam_limits: use systemd-logind instead of utmp if logind support is enabled - pam_unix: compare password hashes in constant time - Multiple minor bug fixes, build fixes, portability fixes, documentation improvements, and translation updates. - Drop upstream patches: - pam-bsc1194818-cursor-escape.patch - pam_limits-systemd.patch - pam_issue-systemd.patch OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam?expand=0&rev=302
12 lines
412 B
Diff
12 lines
412 B
Diff
Index: Linux-PAM-1.3.1/modules/pam_limits/limits.conf
|
|
===================================================================
|
|
--- Linux-PAM-1.3.1.orig/modules/pam_limits/limits.conf
|
|
+++ Linux-PAM-1.3.1/modules/pam_limits/limits.conf
|
|
@@ -47,4 +47,6 @@
|
|
#ftp hard nproc 0
|
|
#@student - maxlogins 4
|
|
|
|
+# No limits for nproc, use systemd configuration instead
|
|
+
|
|
# End of file
|