From 76018ea2c932645febff3007c6735b0742967ad5 Mon Sep 17 00:00:00 2001 From: Jibachh Singh <84733181+JibachhhMahto764@users.noreply.github.com> Date: Sat, 8 Feb 2025 12:18:33 +0545 Subject: [PATCH] Update _index.en.md update the rustdesk.fc , rustdesk.if and makefile ,also added some description --- content/client/linux/SELinux/_index.en.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/content/client/linux/SELinux/_index.en.md b/content/client/linux/SELinux/_index.en.md index a3a68c9..2701eb3 100644 --- a/content/client/linux/SELinux/_index.en.md +++ b/content/client/linux/SELinux/_index.en.md @@ -1709,23 +1709,24 @@ allow rustdesk_t xserver_t:unix_stream_socket connectto; ``` - -`rustdesk.fc`: - +### rustdesk.fc +This file defines the file context for RustDesk in SELinux. It ensures that RustDesk executes with the correct security context: ```text /usr/bin/rustdesk -- gen_context(system_u:object_r:rustdesk_exec_t,s0) ``` -`rustdesk.if`: +### rustdesk.if +This interface file contains metadata about RustDesk’s SELinux policy: ```text ## RustDesk ``` -`Makefile`: +### Makefile +The Makefile is used to compile and apply the SELinux module for RustDesk, ensuring that necessary security policies are enforced. ```makefile TARGET?=rustdesk