xfs: XFS_IOCTL_SETXATTR can run in user namespaces
authorDave Chinner <dchinner@redhat.com>
Sun, 1 Feb 2015 23:17:51 +0000 (10:17 +1100)
committerDave Chinner <david@fromorbit.com>
Sun, 1 Feb 2015 23:17:51 +0000 (10:17 +1100)
commit41c145271d79eae508321340b727d3e3c9a66664
treec22e4607190bca41d2e45445ec41277d41be0aca
parentfd179b9c3bdab682ae5bb3e10380a31853be179a
xfs: XFS_IOCTL_SETXATTR can run in user namespaces

Currently XFS_IOCTL_SETXATTR will fail if run in a user namespace as
it it not allowed to change project IDs. The current code, however,
also prevents any other change being made as well, so things like
extent size hints cannot be set in user namespaces. This is wrong,
so only disallow access to project IDs and related flags from inside
the init namespace.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_ioctl.c
This page took 0.027189 seconds and 5 git commands to generate.