Opened 9 years ago

Last modified 9 years ago

#49040 closed defect

Yubico-pam needs to be updated for El Capitan's new filesystem restrictions — at Initial Version

Reported by: pkutzner+macports@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: elcapitan Cc: pkutzner+macports@…
Port: yubico-pam

Description

OSX 10.11 (El Capitan) now denies write access to /System, /bin, /usr, and /sbin even to the root user, however /usr/local/* can still be written to by root. Currently yubico-pam is set to be configured to install to /usr/lib/pam. The configuration file needs to be changed so that '--with-pam-dir' in the configure.args section points to /usr/local/lib/pam instead of /usr/lib/pam.

Change: configure.args --with-pam-dir=/usr/lib/pam \

To: configure.args --with-pam-dir=/usr/local/lib/pam \

Change History (0)

Note: See TracTickets for help on using tickets.