Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129]) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id 0B32F22350A for <~alpine/users@lists.alpinelinux.org>; Sun, 7 Jul 2024 10:05:34 +0000 (UTC) Received: from fews01-sea.riseup.net (fews01-sea-pn.riseup.net [10.0.1.109]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx1.riseup.net (Postfix) with ESMTPS id 4WH2v073vLzDqQL for <~alpine/users@lists.alpinelinux.org>; Sun, 7 Jul 2024 10:05:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1720346733; bh=N5UPdSUYy1MsqIN88P8fE7hFjwzPlRrxFwUvRs7y7oA=; h=Date:From:To:Subject:References:In-Reply-To:From; b=HrkwiClKV9jJ+eK4Mg+C6gu72SCiB+oTGwtmPhuvhtZWhcihT+vTzCpoXf0JOcJEY RFf1bSYgqK/FlgfR97LnDhdI/4LWTnfFGzxPjSdOaSalFVR8QMmLL/rmG5zxR9owFV MeOWQKDv2hXXAvgK+W+xzv1d6YvNVMzqe9qSTPDA= X-Riseup-User-ID: 7BDE5CC74AA46B153EF05BFAC453228E305FF816FB4A2C83784EF7DAD8A84C60 Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews01-sea.riseup.net (Postfix) with ESMTPSA id 4WH2v013VwzJrjs for <~alpine/users@lists.alpinelinux.org>; Sun, 7 Jul 2024 10:05:31 +0000 (UTC) Date: Sun, 7 Jul 2024 10:05:30 +0000 From: donoban To: ~alpine/users@lists.alpinelinux.org Subject: Re: pam_cap.so missing from libcap Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Sat, Jul 06, 2024 at 10:24:00PM UTC, daggs wrote: Hi, > I've noticed the mentioned above file is missing from libcap. > is there a specific reason for that? > taking the tar file, unpacking it and running compile locally generated the relevant file but the build log doesn't show > it gets built and there is not patch to disable it, I wonder how it is get disabled? It seems that it auto detects PAM based on this Make.Rules line: PAM_CAP ?= $(shell if [ -f /usr/include/security/pam_modules.h ]; then echo $(SHARED) ; else echo no ; fi) Since PAM support is opt-in in Alpine it probably doesn't exist on builders.