summaryrefslogtreecommitdiff
path: root/strata/core/linux-pam.morph
Commit message (Collapse)AuthorAgeFilesLines
* strata/foundation/systemd.morph: simplify systemd cofiguration a bitJavier Jardón2016-03-191-3/+3
| | | | | | | - xz is enabled by default - Use the default install directories, ie, /usr/lib and /usr/bin Change-Id: I038113fcbf0288703fbb06cc4b64b34d09d8fc72
* Set --sysconfdir=/etc all aroundTristan Van Berkom2015-10-121-1/+1
| | | | | | | | Technically this is not needed for core OS packages with a / prefix, and not needed for anything which does not install to/read from the sysconfdir... however it's all around safer to just specify it everywhere. Change-Id: I3d8cc58b26c5c2332d6dc08bc87007f774e449af
* Fix linux-pamJonathan Maw2015-04-291-0/+9
This involves: * Reordering the chunks linux-pam, acl, attr and libcap2 - this means moving them into the 'core' stratum, and fixing errors that occur because of the move. * Configuring pam correctly. * Fix acl failing to build in core. * Fix shadow to build against pam and reconfigure shadow to not do things covered by pam. * Fix tar not building - I am not sure what caused this to fail to build, but fixing it involved stopping it from trying to init submodules that were already checked out. Change-Id: I1b00ca0158c31ce5f31c11fe60816434508a05a1