Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SELinux is preventing /usr/libexec/colord from search access on the directory 2863.

David BalažicSep 26 2024 — edited Sep 27 2024

Hi!

I installed Oracle Linux 8.10 (x86_64) inside Hyper-V and installed support for xrdp:

dnf install -y hyperv-tools
echo "hv_sock" | tee -a /etc/modules-load.d/hv_sock.conf > /dev/null
dnf install epel-release
dnf install -y xrdp xrdp-selinux xorgxrdp
systemctl enable --now xrdp
systemctl enable --now xrdp-sesman
firewall-cmd --add-port=3389/tcp --permanent
firewall-cmd --reload

and configured /etc/xrdp/xrdp.ini , /etc/xrdp/sesman.ini and /etc/X11/Xwrapper.config

based on instructions in [1].

After (maybe it happened before, I'm not sure) I get a SELinux alert each time I login:

SELinux is preventing /usr/libexec/colord from search access on the directory 2863.

Full text attached.

I'm guessing the 2863 folder is from the /proc directory as it is nowhere to be found at the time I write this.

Is this a bug? A misconfiguration?

[1] https://etiennebarbier.github.io/Hyper-V-RHEL-VM/

fulltext.txt

Comments
Post Details
Added on Sep 26 2024
2 comments
325 views