mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-24 07:51:03 +02:00
Enable PAM
Turn on PAM in product builds - leave it off in the SDK.
This commit is contained in:
parent
4d35ef8299
commit
eac6287dcc
@ -1,7 +1,7 @@
|
||||
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
USE="cros-debug acpi usb symlink-usr cryptsetup policykit -pam"
|
||||
USE="cros-debug acpi usb symlink-usr cryptsetup policykit"
|
||||
USE="${USE} -cros_host -expat -cairo -X -man"
|
||||
USE="${USE} -acl -cracklib -gpm -python -sha512"
|
||||
USE="${USE} -fortran -abiword -perl -cups -poppler-data -nls"
|
||||
@ -46,4 +46,4 @@ INSTALL_MASK="${INSTALL_MASK}
|
||||
# Remove selinuxenabled because it triggers breakage in Ansible
|
||||
INSTALL_MASK="${INSTALL_MASK}
|
||||
/usr/sbin/selinuxenabled
|
||||
"
|
||||
"
|
||||
|
@ -14,7 +14,7 @@ net-analyzer/tcpdump -chroot
|
||||
net-misc/dhcp -server
|
||||
net-misc/iperf threads
|
||||
net-misc/ntp caps
|
||||
sys-apps/busybox -pam -selinux
|
||||
sys-apps/busybox -selinux
|
||||
sys-apps/smartmontools minimal
|
||||
sys-block/parted device-mapper
|
||||
sys-fs/lvm2 -lvm1 -readline
|
||||
|
Loading…
x
Reference in New Issue
Block a user