]>
git.ipfire.org Git - thirdparty/libcgroup.git/commit
cgrules: add support for process/dest cgroups with spaces
In a cgrules rule, allow the process names and the destination
cgroups with spaces and other allowed special characters.
Reported-by: @LinuxOnTheDesktop (github username)
Fixes: https://github.com/libcgroup/libcgroup/issues/462
Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
TJH: slight logic changes and add gunit support