uutils/findutils

Implement `-context`

Open

#375 geöffnet am 11. Mai 2024

Auf GitHub ansehen
 (3 Kommentare) (2 Reaktionen) (1 zugewiesene Person)Rust (80 Forks)user submission
good first issue

Repository-Metriken

Stars
 (577 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 4T 3h) (14 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