Update _index.en.md

update the rustdesk.fc , rustdesk.if and makefile ,also added some description
This commit is contained in:
Jibachh Singh 2025-02-08 12:18:33 +05:45 committed by GitHub
parent 6551dfcef8
commit 76018ea2c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 RustDesks SELinux policy:
```text
## <summary>RustDesk</summary>
```
`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