-
Notifications
You must be signed in to change notification settings - Fork 18.3k
Open
Labels
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Description
Ubuntu 12.04 LTS comes with "mode 2 seccomp" and the mainline kernel is currenly in the process of accepting seccomp patches. In short, "mode 2 seccomp" adds an ability to apply syscall filters to the current process. A good tutorial is http://outflux.net/teach-seccomp/ I have tested it with the daily build of Ubuntu 12.04 LTS, $ uname -a Linux krasin-seccomp 3.2.0-20-generic #32-Ubuntu SMP Thu Mar 22 02:22:46 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux I understand that this feature is not on top of the priority, but when Go 1 is here, it would be probably time to add this support.
Metadata
Metadata
Assignees
Labels
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.