An open API service indexing awesome lists of open source software.

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

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