Bug 1211840 - "permission denied" for Viber (flatpak)
Summary: "permission denied" for Viber (flatpak)
Status: RESOLVED FIXED
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: MicroOS (show other bugs)
Version: Current
Hardware: x86-64 openSUSE Tumbleweed
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Forgotten User u0-bnvADNc
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-31 06:28 UTC by Saša Janiška
Modified: 2023-06-08 09:32 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.