mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-06-20 17:57:47 +02:00
Merge pull request #488 from JibachhhMahto764/patch-3
Update _index.en.md
This commit is contained in:
commit
7dbbe49218
@ -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
|
||||
|
||||
## <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
|
||||
|
Loading…
x
Reference in New Issue
Block a user