Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
interfaces/builtin: add initial docker interface #1619
Closed
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
4e4686e
Add initial "docker" interface based on some of 15.04's privileges
tianon a204205
Switch Docker interface's "var ... []byte" to "const ... string" with…
tianon 8ceb59b
Replace Docker's "@unrestricted" seccomp policy with the smaller set …
tianon dbc7e9a
Remove unnecessary "cmdline" rule
tianon 5f55b5c
Move "/[0-9]*" comment above the line it applies to
tianon 5ba6ad6
Update "/dev/loop*" entries for simpler auditing (explicit "/dev/loop…
tianon 0d9d65c
Update Docker descriptions
tianon 9ed00f8
More comment/description updates
tianon 0bb7ea3
Trim read access to /sys/
tianon b3bb823
Remove redundant "/proc/sys/net/" rule (already covered by "network-c…
tianon 05f8cd7
Remove redundant "somaxconn" rule (covered by "network")
tianon 7fd77b0
Exclude a few syscalls and update several comments
tianon 0415c64
Adjust long "case" lines to have more whitespace for readability (sti…
tianon a9e1b29
Add TestAutoConnect, TestConnectedPlugSnippet, and TestPermanentSlotS…
tianon 42539f0
Remove outdated comment
tianon 748750e
Clarify keyctl requirement
tianon 05bf421
Add additional apparmor and aufs bits
tianon
Jump to file or symbol
Failed to load files and symbols.
Oops, something went wrong.