uutils/findutils

Implement `-context`

Offen

#375 geöffnet am 11.05.2024

 (3 Kommentare) (2 Reaktionen) (1 zugewiesene Person)Rust (96 Forks)user submission
good first issue

Repository-Metriken

Stars
 (635 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 26T 6h) (46 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide