Enable PAM

Turn on PAM in product builds - leave it off in the SDK.
This commit is contained in:
Matthew Garrett 2016-04-05 14:27:02 -07:00
parent 4d35ef8299
commit eac6287dcc
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved. # Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2 # 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} -cros_host -expat -cairo -X -man"
USE="${USE} -acl -cracklib -gpm -python -sha512" USE="${USE} -acl -cracklib -gpm -python -sha512"
USE="${USE} -fortran -abiword -perl -cups -poppler-data -nls" 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 # Remove selinuxenabled because it triggers breakage in Ansible
INSTALL_MASK="${INSTALL_MASK} INSTALL_MASK="${INSTALL_MASK}
/usr/sbin/selinuxenabled /usr/sbin/selinuxenabled
" "

View File

@ -14,7 +14,7 @@ net-analyzer/tcpdump -chroot
net-misc/dhcp -server net-misc/dhcp -server
net-misc/iperf threads net-misc/iperf threads
net-misc/ntp caps net-misc/ntp caps
sys-apps/busybox -pam -selinux sys-apps/busybox -selinux
sys-apps/smartmontools minimal sys-apps/smartmontools minimal
sys-block/parted device-mapper sys-block/parted device-mapper
sys-fs/lvm2 -lvm1 -readline sys-fs/lvm2 -lvm1 -readline