Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-06-21 | abuild-sudo.c: setgid as well | Henrik Riomar | 1 | -0/+2 | |
set our gid to root so apk commit hooks run with the same gid as when running "sudo apk add ..." from command line. | |||||
2016-04-14 | abuild-sudo: error check getlogin() | Natanael Copa | 1 | -1/+2 | |
2016-04-14 | abuild-sudo: make error msg "Not a member of group abuild" more clear | Jakub Jirutka | 1 | -2/+4 | |
Few days ago some user on IRC pointed out that the current error message: abuild-apk: Not a member of group abuild is confusing. He was trying to build a package using abuild -r and didn't know what this message means. fixes #5408 | |||||
2013-12-16 | abuild-sudo: forbid use of --allow-untrusted | Natanael Copa | 1 | -0/+6 | |
It means that home built packages cannot be installed with abuild-apk unless the key is installed system-wide. | |||||
2013-07-08 | various: add descriptions, attribution, license | Dubiousjim | 1 | -0/+9 | |
2013-07-08 | abuild-sudo, abuild-tar: cosmetic changes | Dubiousjim | 1 | -2/+2 | |
2013-05-29 | abuild-sudo: also look for adduser/group in /usr/sbin | Natanael Copa | 1 | -0/+4 | |
seems like it moved in recent busybox. we need to support both variants | |||||
2013-05-29 | abuild-sudo: print error message if execv fails | Natanael Copa | 1 | -1/+1 | |
2012-02-17 | abuild-sudo: new tool | Natanael Copa | 1 | -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 |