uutils/findutils

Implement `-context`

オープン

#375 opened on 2024/05/11

 (3 件のコメント) (2 件のリアクション) (1 人の担当者)Rust (100 件のフォーク)user submission
good first issue

Repository metrics

Stars
 (640 個のスター)
PR merge metrics
 (平均マージ 2d 10h) (30d で 40 merged PRs)

説明

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.

コントリビューターガイド