Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicit Sandboxing Support #178

Merged
merged 5 commits into from Mar 16, 2022
Merged

Explicit Sandboxing Support #178

merged 5 commits into from Mar 16, 2022

Conversation

Thaodan
Copy link
Member

@Thaodan Thaodan commented Mar 16, 2022

The app already works without a sandboxing/Sailjail profile defined but defining
a profile requires some changes.
This PR makes all changes needed for this to work and defines a Sailjail profile.

Resolves #167 #168

QStandardPaths::AppConfigLocation defined as
QStandardPaths::ConfigLocation/Orgname/Appname which matches the path requested by
Sailjail if a profile is provided.
If QCoreApplication::organizationName is set QStandardPaths no longer
works for the packaged data since QCoreApplication::organizationName is
not used here, remove it as a workaround when trying to access
packaged data.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[TASK] Add Sailjail profile to desktop
1 participant