From 545fab9544d28d13692018024f255be9935075ca Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 11 May 2025 09:35:47 +0200 Subject: [PATCH] selinux: add the desc of the module --- src/uucore/src/lib/features/selinux.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/uucore/src/lib/features/selinux.rs b/src/uucore/src/lib/features/selinux.rs index 501cd3ffb..6a4cab927 100644 --- a/src/uucore/src/lib/features/selinux.rs +++ b/src/uucore/src/lib/features/selinux.rs @@ -3,6 +3,8 @@ // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code. +//! Set of functions to manage SELinux security contexts + use std::error::Error; use std::path::Path;