You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IIRC /sys/fs/selinux was not mounted and that caused some SELinux related code to fail early. Though mounting it was not enough and I didn't pursue making it work.
rootlesskit/pkg/child/child.go
Lines 78 to 95 in cde143e
According to https://github.com/podenv/silverkube/blob/eb3fac03bdbcc7a2e9a25c255a8146287269a2df/silverkube.py#L132 , it seems the function needs to mount
/sys/fs/selinux
as well as/sys/fs/cgroup
?cc @TristanCacqueray
The text was updated successfully, but these errors were encountered: