https://github.com/cirocosta/userns-sample
user namespaces in practice
https://github.com/cirocosta/userns-sample
linux namespaces
Last synced: about 1 year ago
JSON representation
user namespaces in practice
- Host: GitHub
- URL: https://github.com/cirocosta/userns-sample
- Owner: cirocosta
- Created: 2019-11-21T01:39:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-25T13:33:38.000Z (over 6 years ago)
- Last Synced: 2025-02-10T11:51:12.543Z (about 1 year ago)
- Topics: linux, namespaces
- Language: C
- Homepage: https://ops.tips/notes
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
USAGE
make
./userns ./main.c
userns: user:[4026531837]
process euid 1001
process egid 1002
file uid 1001
file gid 1002
userns: user:[4026532714]
process euid 0
process egid 65534
file uid 0
file gid 65534