uutils/findutils

Implement `-context`

Aperta

#375 aperta il 11 mag 2024

 (3 commenti) (2 reazioni) (1 assegnatario)Rust (96 fork)user submission
good first issue

Metriche repository

Star
 (635 stelle)
Metriche merge PR
 (Merge medio 26g 6h) (46 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