Bug 1211840

Summary: "permission denied" for Viber (flatpak)
Product: [openSUSE] openSUSE Tumbleweed Reporter: Saša Janiška <sjaniska>
Component: MicroOSAssignee: Forgotten User u0-bnvADNc <forgotten_u0-bnvADNc>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Current   
Target Milestone: ---   
Hardware: x86-64   
OS: openSUSE Tumbleweed   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Saša Janiška 2023-05-31 06:28:50 UTC
Hello,

when I try to launch Viber on Aeon (MicroOS) installed from the Flatpak I get:

"$ flatpak run com.viber.Viber
/app/extra/viber/Viber: error while loading shared libraries: libQt6WebEngineCore.so.6: cannot enable executable stack as shared object requires: Permission denied"

Any hint?
Comment 1 Saša Janiška 2023-06-08 09:32:42 UTC
Just a short follow-up...it was SELinux-related issue, so after

$ sudo setsebool selinuxuser_execstack 1

I was able to get it running.