Newer kernels support setting file capabilities in user namespaces. In addition to directly setting file capabilites in a user namespaces they can also be set in lieu of another user namespace by passing a uid down to the kernel which will convert it to an appropriate kuid_t representation. This commit adds a new rootid argument to the internal struct _cap_struct so that we can store the rootid when the kernel supports VFS_CAP_REVISION_3 and returns a struct vfs_ns_cap_data. Signed-off-by: Christian Brauner <christian@xxxxxxxxxx> Reviewed-by: Serge Hallyn <serge@xxxxxxxxxx> --- libcap/libcap.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libcap/libcap.h b/libcap/libcap.h index 2596c11..9abe4a2 100644 --- a/libcap/libcap.h +++ b/libcap/libcap.h @@ -118,6 +118,7 @@ struct _cap_struct { struct __user_cap_data_struct set; __u32 flat[NUMBER_OF_CAP_SETS]; } u[_LIBCAP_CAPABILITY_U32S]; + uid_t rootid; }; /* the maximum bits supportable */ -- 2.17.1 _______________________________________________ Containers mailing list Containers@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linuxfoundation.org/mailman/listinfo/containers