From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla at busybox.net Date: Fri, 18 Dec 2015 08:24:32 +0000 Subject: [Buildroot] [Bug 8536] Building sudo with PAM results in unusable sudo In-Reply-To: References: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net https://bugs.busybox.net/show_bug.cgi?id=8536 --- Comment #2 from Thomas Petazzoni --- (In reply to James Knight from comment #1) Our sudo package is already automatically installing a /etc/pam.d/sudo file, see: ifeq ($(BR2_PACKAGE_LINUX_PAM),y) define SUDO_INSTALL_PAM_CONF $(INSTALL) -D -m 0644 package/sudo/sudo.pam $(TARGET_DIR)/etc/pam.d/sudo endef So I guess the bug reporter expect things to work properly out of the box. James, did you test with the /etc/pam.d/sudo file installed by default by Buildroot? -- You are receiving this mail because: You are on the CC list for the bug.