Whamcloud - gitweb
LU-16524 sec: enforce rbac roles
[fs/lustre-release.git] / lustre / include / md_object.h
index daa62d8..f849fee 100644 (file)
@@ -717,6 +717,11 @@ struct lu_ucred {
        char                     uc_jobid[LUSTRE_JOBID_SIZE];
        lnet_nid_t               uc_nid;
        bool                     uc_enable_audit;
+       int                      uc_rbac_file_perms:1;
+       int                      uc_rbac_dne_ops:1;
+       int                      uc_rbac_quota_ops:1;
+       int                      uc_rbac_byfid_ops:1;
+       int                      uc_rbac_chlg_ops:1;
 };
 
 struct lu_ucred *lu_ucred(const struct lu_env *env);