summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/at/at/pam.conf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/at/at/pam.conf.patch')
-rw-r--r--meta/recipes-extended/at/at/pam.conf.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-extended/at/at/pam.conf.patch b/meta/recipes-extended/at/at/pam.conf.patch
new file mode 100644
index 0000000000..b5ceb9ae82
--- /dev/null
+++ b/meta/recipes-extended/at/at/pam.conf.patch
@@ -0,0 +1,27 @@
1oe doesn't support "@include", use the concrete directive instead.
2
3Upstream-Status: Pending
4
5Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
6Index: at-3.1.15/pam.conf
7===================================================================
8--- at-3.1.15.orig/pam.conf
9+++ at-3.1.15/pam.conf
10@@ -1,10 +1,11 @@
11 #
12 # The PAM configuration file for the at daemon
13 #
14+
15+auth required pam_env.so
16+auth include common-auth
17+account include common-account
18+session include common-session-noninteractive
19+session required pam_limits.so
20+session required pam_loginuid.so
21
22-auth required pam_env.so
23-@include common-auth
24-@include common-account
25-session required pam_loginuid.so
26-@include common-session-noninteractive
27-session required pam_limits.so