summaryrefslogtreecommitdiffstats
path: root/abuild-sudo.c
Commit message (Collapse)AuthorAgeFilesLines
* abuild-sudo: forbid use of --allow-untrustedNatanael Copa2013-12-161-0/+6
| | | | | It means that home built packages cannot be installed with abuild-apk unless the key is installed system-wide.
* various: add descriptions, attribution, licenseDubiousjim2013-07-081-0/+9
|
* abuild-sudo, abuild-tar: cosmetic changesDubiousjim2013-07-081-2/+2
|
* abuild-sudo: also look for adduser/group in /usr/sbinNatanael Copa2013-05-291-0/+4
| | | | seems like it moved in recent busybox. we need to support both variants
* abuild-sudo: print error message if execv failsNatanael Copa2013-05-291-1/+1
|
* abuild-sudo: new toolNatanael Copa2012-02-171-0/+81
mini sudo that checks if user is in "abuild" group and allows it to run apk, adduser adn addgroup as root ref #951