uutils/findutils

Implement `-context`

開放

#375 建立於 2024年5月11日

 (3 則留言) (2 個反應) (1 位負責人)Rust (100 個分叉)user submission
good first issue

倉庫指標

星標
 (640 顆星)
PR 合併指標
 (平均合併 2天 10小時) (30 天內合併 40 個 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.

貢獻者指南