Whamcloud - gitweb
LU-16524 sec: add fscrypt_admin rbac role
[fs/lustre-release.git] / lustre / mdt / mdt_restripe.c
index e6c2e0e..2c808e9 100644 (file)
@@ -943,6 +943,7 @@ int mdt_restriper_start(struct mdt_device *mdt)
        uc->uc_rbac_quota_ops = 1;
        uc->uc_rbac_byfid_ops = 1;
        uc->uc_rbac_chlg_ops = 1;
+       uc->uc_rbac_fscrypt_admin = 1;
 
        task = kthread_create(mdt_restriper_main, info, "mdt_restriper_%03d",
                              mdt_seq_site(mdt)->ss_node_id);