[Devel] [PATCH RH7] commoncap: relax setxattr and removexattr checks

2020-11-16 Thread Andrey Zhadchenko
Allow user to set security xattr (XATTR_SECURITY_PREFIX) from the inside of ve on external mounts (for example, root). https://jira.sw.ru/browse/PSBM-122071 Signed-off-by: Andrey Zhadchenko --- security/commoncap.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/se

Re: [Devel] [PATCH RH7] commoncap: relax setxattr and removexattr checks

2020-11-16 Thread Vasily Averin
On 11/16/20 1:09 PM, Andrey Zhadchenko wrote: > Allow user to set security xattr (XATTR_SECURITY_PREFIX) from the inside > of ve on external mounts (for example, root). > > https://jira.sw.ru/browse/PSBM-122071 > Signed-off-by: Andrey Zhadchenko > --- > security/commoncap.c | 10 -- >