uutils/findutils

Implement `-context`

Open

#375 创建于 2024年5月11日

在 GitHub 查看
 (3 评论) (2 反应) (1 负责人)Rust (577 star) (80 fork)user submission
good first issue

描述

refer: https://www.gnu.org/software/findutils/manual/html_node/find_html/Mode-Bits.html

Test: -context pattern
True if file’s SELinux context matches the pattern pattern. 
The pattern uses shell glob matching.

This predicate is supported only on find versions compiled with 
SELinux support and only when SELinux is enabled.

贡献者指南

Implement `-context` · uutils/findutils#375 | Good First Issue