Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 597010 - app-admin/doas: run commands as super user or another user, alternative to sudo from OpenBSD.
Summary: app-admin/doas: run commands as super user or another user, alternative to su...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Proxy Maintainers
URL: https://github.com/Duncaen/OpenDoas
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-13 03:47 UTC by Le Baron d'Merde
Modified: 2016-10-15 15:14 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Le Baron d'Merde 2016-10-13 03:47:30 UTC
This is the alternative for app-admin/sudo from OpenBSD claimed to be more secure.

I just installed it on my FreeBSD server and did not had any time to really try out, what I will do when I have time.

On Arch Linux (AUR) there is a PKGBUILD for it, what make me think app-admin/doas can be compiled on Linux, and maybe work without major problems.

Please, consider adding to portage tree.

Thanks!

Reproducible: Always
Comment 1 Le Baron d'Merde 2016-10-13 03:47:53 UTC
Some background: http://www.tedunangst.com/flak/post/doas
Comment 2 Felix Janda 2016-10-15 00:12:59 UTC
Pull request submitted at https://github.com/gentoo/gentoo/pull/2560
Comment 3 Le Baron d'Merde 2016-10-15 05:01:04 UTC
Thanks!
Comment 4 Patrice Clement gentoo-dev 2016-10-15 12:57:21 UTC
Hi. Thanks a lot. Very interesting project indeed. Please see my comments in the PR.
Comment 5 Patrice Clement gentoo-dev 2016-10-15 15:14:35 UTC
commit 40ac03c6a01b8cfac6c5a5335fcc6786dfd22a3a (HEAD -> master, origin/master, origin/HEAD)
Author:     Felix Janda <felix.janda@posteo.de>
AuthorDate: Fri Oct 14 19:18:23 2016 -0400
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: Sat Oct 15 17:11:21 2016 +0200

app-admin/doas: new package.

doas allows to run programs as another user, and is a lightweight
alternative to sys-apps/sudo.

Gentoo-Bug: https://bugs.gentoo.org/597010
Closes: https://github.com/gentoo/gentoo/pull/2560

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>

app-admin/doas/Manifest        |  1 +
app-admin/doas/doas-6.0.ebuild | 40 ++++++++++++++++++++++++++++++++++++++++
app-admin/doas/metadata.xml    | 15 +++++++++++++++
3 files changed, 56 insertions(+)
create mode 100644 app-admin/doas/Manifest
create mode 100644 app-admin/doas/doas-6.0.ebuild
create mode 100644 app-admin/doas/metadata.xml

Merged, thanks!