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.

貢獻者指南