Open tonydiep opened 1 year ago
Tracked down the files that are triggering SELinux but the files are read-only so cannot change SELinux context.
[tonydiep@server2 snap]$ sudo chcon -t textrel_shlib_t /snap/wine-platform-6-stable/19/opt/wine-stable/lib/wine/ntdll.so chcon: failed to change context of '/snap/wine-platform-6-stable/19/opt/wine-stable/lib/wine/ntdll.so' to ‘system_u:object_r:textrel_shlib_t:s0’: Read-only file system [tonydiep@server2 snap]$ sudo chcon -t textrel_shlib_t /snap/wine-platform-6-stable/19/opt/wine-stable/lib64/wine/ntdll.so chcon: failed to change context of '/snap/wine-platform-6-stable/19/opt/wine-stable/lib64/wine/ntdll.so' to ‘system_u:object_r:textrel_shlib_t:s0’: Read-only file system
current workaround is to basically turn off SELinux or set it to warn only
$ sudo nano /etc/selinux/config SELINUX=permissive
maybe kernel is missing Snapd
changes for SELinux
or AppArmor
causing this issue. OR snapd issue on AlmaLinux
When running as a regular user acrordrdc tries to download and reinstall itself
$ acrordrdc results in:
wine: could not load ntdll.so: /snap/acrordrdc/62/wine-platform/wine-stable/bin/../lib/wine/ntdll.so: cannot restore segment prot after reloc: Permission denied
to workaround I have to
will start Acrobat.
Is there a way to run acrordrdc without root?
System: AlmaLinux 9.2 (Red Hat Enterprise Linux clone); Wayland; Gnome 40.4.0