Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-20 | abuild-sudo: prevent forging of user name | Kaarle Ritvanen | 1 | -10/+7 | |
2017-07-17 | abuild-sudo: fix segfault when there are no controlling termv3.0.0_rc4 | Natanael Copa | 1 | -1/+13 | |
if there are no controlling reminal getlogin() may return NULL. We use getpwuid() to try figure out the username and verify that we actually have a username before we set environment USER. | |||||
2017-06-27 | abuild: build in chroot | Kaarle Ritvanen | 1 | -0/+1 | |
This patch is based on earlier work by Timo Teräs. | |||||
2017-06-27 | abuild-sudo: enforce correct value for USER | Kaarle Ritvanen | 1 | -1/+2 | |
2017-06-27 | abuild-sudo: allow commands with '-' in the name | Kaarle Ritvanen | 1 | -1/+6 | |
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 |