Merge pull request #488 from JibachhhMahto764/patch-3

Update _index.en.md
This commit is contained in:
RustDesk
2025-02-10 22:53:02 +08:00
committed by GitHub

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