uutils/findutils

Implement `-context`

Open

#375 建立於 2024年5月11日

在 GitHub 查看
 (3 留言) (2 反應) (1 負責人)Rust (80 fork)user submission
good first issue

倉庫指標

Star
 (577 star)
PR 合併指標
 (平均合併 26天 6小時) (30 天內合併 46 個 PR)

描述

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.

貢獻者指南