summaryrefslogtreecommitdiff
path: root/strata/core/attr.morph
Commit message (Collapse)AuthorAgeFilesLines
* Remove all .morph files and files from the old formatJavier Jardón2017-12-121-19/+0
|
* Remove some hacks not needed anymore after the /usr mergeJavier Jardón2016-12-091-1/+1
|
* attr: separate bootstrap and configure commandsJavier Jardón2015-06-231-1/+2
| | | | | | Also attr doesnt depend on automake to build Change-Id: Ied3ba4af7991c44ed080362a8dae5d00092e5514
* Fix linux-pamJonathan Maw2015-04-291-0/+18
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