uutils/findutils

Implement `-context`

Aberta

#375 aberto em 11 de mai. de 2024

 (3 comentários) (2 reações) (1 responsável)Rust (96 forks)user submission
good first issue

Métricas do repositório

Stars
 (635 estrelas)
Métricas de merge de PR
 (Mesclagem média 26d 6h) (46 fundiu PRs em 30d)

Description

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.

Guia do colaborador