[Devel] [PATCH rh7] ve/quota: allow to manage quota in top CT user ns

Konstantin Khorenko khorenko at virtuozzo.com
Tue Oct 20 02:05:35 PDT 2015


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>
---
 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 fe4d485..9f1d9c4 100644
--- a/fs/quota/quota.c
+++ b/fs/quota/quota.c
@@ -39,7 +39,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;
 	}
 
-- 
1.8.3.1




More information about the Devel mailing list