fix Waydroid SELinux rules
Some checks failed
os / build (push) Failing after 32m46s

This commit is contained in:
Anders da Silva Rytter Hansen 2026-05-10 14:53:53 -03:00
commit eea1c24ec4

View file

@ -88,6 +88,9 @@ RUN dnf install rclone -y
RUN dnf install https://github.com/trapexit/mergerfs/releases/download/2.41.1/mergerfs-2.41.1-1.el10.x86_64.rpm -y RUN dnf install https://github.com/trapexit/mergerfs/releases/download/2.41.1/mergerfs-2.41.1-1.el10.x86_64.rpm -y
RUN semodule -B
RUN semodule -i /usr/share/selinux/targeted/waydroid.pp
RUN systemctl enable docker RUN systemctl enable docker
RUN systemctl enable scx_loader RUN systemctl enable scx_loader