Putting the plugin in the same cgroup as the user process

This commit is contained in:
Diptanu Choudhury
2016-02-05 00:11:09 -08:00
parent 49226c4a9c
commit ab493c2fb3
3 changed files with 20 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ func (e *UniversalExecutor) runAs(userid string) error {
return nil
}
func (e *UniversalExecutor) applyLimits() error {
func (e *UniversalExecutor) applyLimits(pid int) error {
return nil
}