Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BusyBox setuidgid #19

Open
mterron opened this issue Dec 6, 2017 · 1 comment
Open

BusyBox setuidgid #19

mterron opened this issue Dec 6, 2017 · 1 comment

Comments

@mterron
Copy link

mterron commented Dec 6, 2017

How is this different from doing:

# exec setuidgid $USER command

or

# exec chpst -u $USER: -U $USER: command

Those are BusyBox builtin commands.

@ploxiln
Copy link

ploxiln commented Sep 5, 2018

Yeah this is does the same thing (with a bit more flexibility than setuidgid and a bit less than chpst). But many people won't have busybox already installed (or maybe their busybox package doesn't have these commands enabled) and this may be smaller and simpler than installing busybox.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants