https://github.com/redsift/docker-demo-suid
Docker SUID in action
https://github.com/redsift/docker-demo-suid
Last synced: 5 months ago
JSON representation
Docker SUID in action
- Host: GitHub
- URL: https://github.com/redsift/docker-demo-suid
- Owner: redsift
- Created: 2016-05-13T12:09:36.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-13T12:12:14.000Z (about 10 years ago)
- Last Synced: 2025-05-21T00:13:39.066Z (about 1 year ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 18
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SUID Program demo
Demonsrates the execution of a process as root using Linux file permission [SUID flag](https://blog.tutum.co/2015/02/03/hardening-containers-disable-suid-programs/).
$ docker run quay.io/redsift/docker-demo-suid
Container running as user : notroot
Effectively running whoami as: root