uutils/findutils

Implement `-context`

Open

#375 aperta il 11 mag 2024

Vedi su GitHub
 (3 commenti) (2 reazioni) (1 assegnatario)Rust (80 fork)user submission
good first issue

Metriche repository

Star
 (577 star)
Metriche merge PR
 (Merge medio 4g 3h) (14 PR mergiate in 30 g)

Descrizione

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.

Guida contributor