mirror of
https://github.com/drasko/codezero.git
synced 2026-02-13 02:13:15 +01:00
Few minor userspace polishes on caps for kernel changes
This commit is contained in:
@@ -110,7 +110,7 @@ int capability_test(void)
|
||||
* group
|
||||
*/
|
||||
if ((err = l4_capability_control(CAP_CONTROL_SHARE,
|
||||
CAP_SHARE_GROUP, 0)) < 0) {
|
||||
CAP_SHARE_CONTAINER, 0)) < 0) {
|
||||
printf("Sharing capability with thread group failed.\n");
|
||||
goto out_err;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user