suid-wrapper
Install latest/stable of suid-wrapper
Ubuntu 16.04 or later?
Make sure snap support is enabled in your Desktop store.
Install using the command line
sudo snap install suid-wrapper
Don't have snapd? Get set up for snaps.
Details for suid-wrapper
Package name
- suid-wrapper
License
- MIT
Last updated
- 21 July 2023 - latest/stable
Websites
External link warning
You are about to open
Do you wish to proceed?
Report a Snap Store violation
Report suid-wrapper for a Snap Store violation
Snap Store Violation Report submitted successfully
Thank you for your report. Information you provided will help us investigate further.
Error submitting report
There was an error while sending your report. Please try again later.
Share this snap
Generate an embeddable card to be shared on external websites.
Utility to create binary executables to be used with the suid flag
This utility lets you create an executable binary, with the suid flag set. The suid flag makes it possible for an user to execute an executable as if they are the owner of the file. For example:
suid-wrapper -o run_docker_sh $(which docker) -- run -it --rm alpine sh --
With the command above, a run_docker_sh will be created. Consider this file is owned by a user named 'docker'. If a user named 'user' tries to run it, because of the suid flag, the process that will be started will have the uid set to that of 'docker', with the same permissions 'docker' has.
| Revision | Channel | Version | Build | Commit | Download SBOM |
|---|
The build and commit information is derived from build infrastructure records.
Install suid-wrapper on your Linux distribution
Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.