[Devel] [PATCH RH9 11/11] ve/quota: allow to manage quota in top CT user ns
Alexander Mikhalitsyn
alexander.mikhalitsyn at virtuozzo.com
Thu Sep 23 18:02:35 MSK 2021
From: Konstantin Khorenko <khorenko at virtuozzo.com>
CT owner (and Virtuozzo tools like vzctl, prlctl) should be
able to manage 2nd level quota - quota inside the CT =>
allow management in top CT user namespace.
https://jira.sw.ru/browse/PSBM-40281
Signed-off-by: Konstantin Khorenko <khorenko at virtuozzo.com>
https://jira.sw.ru/browse/PSBM-133986
(cherry picked from commit 4c271e2c17554d4c023ed9a4fa47121958b514cb)
Signed-off-by: Alexander Mikhalitsyn <alexander.mikhalitsyn at virtuozzo.com>
---
fs/quota/quota.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/quota/quota.c b/fs/quota/quota.c
index 2bcc9a6f1bfc..55b4351b97bd 100644
--- a/fs/quota/quota.c
+++ b/fs/quota/quota.c
@@ -43,7 +43,7 @@ static int check_quotactl_permission(struct super_block *sb, int type, int cmd,
break;
fallthrough;
default:
- if (!capable(CAP_SYS_ADMIN))
+ if (!ve_capable(CAP_SYS_ADMIN))
return -EPERM;
}
--
2.31.1
More information about the Devel
mailing list