mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-06-21 02:08:12 +02:00
Update _index.en.md
update the rustdesk.fc , rustdesk.if and makefile ,also added some description
This commit is contained in:
parent
6551dfcef8
commit
76018ea2c9
@ -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
|
```text
|
||||||
|
|
||||||
/usr/bin/rustdesk -- gen_context(system_u:object_r:rustdesk_exec_t,s0)
|
/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
|
```text
|
||||||
|
|
||||||
## <summary>RustDesk</summary>
|
## <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
|
```makefile
|
||||||
|
|
||||||
TARGET?=rustdesk
|
TARGET?=rustdesk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user