uutils/findutils

Implement `-context`

Open

#375 aberto em 11 de mai. de 2024

Ver no GitHub
 (3 comments) (2 reactions) (1 assignee)Rust (80 forks)user submission
good first issue

Métricas do repositório

Stars
 (577 stars)
Métricas de merge de PR
 (Mesclagem média 4d 3h) (14 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