Merge pull request #324 from fufesou/doc/selinux

doc, selinux policies
This commit is contained in:
RustDesk 2023-10-21 20:11:01 +08:00 committed by GitHub
commit e74eeb15e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3788 additions and 0 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -52,3 +52,10 @@ Modify below line to `WaylandEnable=false` in `/etc/gdm/custom.conf` or `/etc/gd
{{% notice note %}}
Please **reboot** to make above changes taking effect.
{{% /notice %}}
#### Permissions Issue
If you find that RustDesk's --server process is not running, that is, there is no output when executing `ps -ef | grep -E 'rustdesk +--server'`.
Then it's probably a permissions issue.
Please refer to [SELinux](./selinux/) for adding SELinux policies.

View File

@ -53,3 +53,12 @@ RustDesk 现在有实验性的 Wayland 支持,您可能需要下载 [nightly v
{{% notice note %}}
请**重新启动**来使上述变更生效
{{% /notice %}}
#### 权限问题
如果您发现 RustDesk 的 --server 进程没有启动,即执行 `ps -ef | grep -E 'rustdesk +--server'` 没有输出。
那么很可能是权限问题。
SELinux 权限添加请参考[SELinux](./selinux/)。