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 <khore...@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

_______________________________________________
Devel mailing list
Devel@openvz.org
https://lists.openvz.org/mailman/listinfo/devel

Reply via email to