metadata permission operations
Operation::Chmod, ChownUid, ChownGid, SetXattr variants. CoreLayer::Metadata — 6th check layer implementing setattr_prepare semantics. check_metadata() sub-checks: chmod → owner or CAP_FOWNER; chown-uid → CAP_CHOWN; chown-gid → CAP_CHOWN or owner-in-target-group; setxattr → namespace-dependent (user/posix_acl → owner/CAP_FOWNER, trusted/security → CAP_SYS_ADMIN). DAC and ACL layers early-return Pass for metadata operations.