mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-01-24 06:58:35 +01:00
selinux
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
0549b84bd7
commit
aa6a58ce2e
@ -64,4 +64,6 @@ $ sudo grep 'comm="rustdesk"' /var/log/audit/audit.log | tail -1
|
||||
type=AVC msg=audit(1697902459.165:707): avc: denied { name_connect } for pid=31346 comm="rustdesk" dest=53330 scontext=system_u:system_r:init_t:s0 tcontext=system_u:object_r:ephemeral_port_t:s0 tclass=tcp_socket permissive=0
|
||||
```
|
||||
|
||||
**NOTE**: The number in parentheses after audit is timestamp.
|
||||
|
||||
If the output contains `avc: denied`, you need to add SElinux policies, please refer to [SELinux](./selinux/).
|
||||
|
@ -66,4 +66,6 @@ $ sudo grep 'comm="rustdesk"' /var/log/audit/audit.log | tail -1
|
||||
type=AVC msg=audit(1697902459.165:707): avc: denied { name_connect } for pid=31346 comm="rustdesk" dest=53330 scontext=system_u:system_r:init_t:s0 tcontext=system_u:object_r:ephemeral_port_t:s0 tclass=tcp_socket permissive=0
|
||||
```
|
||||
|
||||
**注意**: audit 后面括号内的数字是时间戳。
|
||||
|
||||
如果有 `avc: denied` 的输出,则需要添加 SElinux 策略,请参考[SELinux](./selinux/)。
|
||||
|
Loading…
Reference in New Issue
Block a user