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

allow access to pkgconfig #4370

Merged
merged 1 commit into from
Jun 23, 2021
Merged

allow access to pkgconfig #4370

merged 1 commit into from
Jun 23, 2021

Conversation

glitsj16
Copy link
Collaborator

Building (specific) packages on Arch Linux (from AUR) needs access to /usr/share/pkgconfig. I've only seen it happen with cargo, so I added the whitelist to cargo.profile. We might want to add it to wusc instead. Suggestions welcome!

Copy link
Collaborator

@rusty-snake rusty-snake left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

I wouldn't add it to wusc. Only IDEs and co will need it. However:

$ grep usr $(grep allow-common-devel /etc/firejail/* -l)
/etc/firejail/atom.profile:ignore include whitelist-usr-share-common.inc
/etc/firejail/cargo.profile:include whitelist-usr-share-common.inc

@glitsj16
Copy link
Collaborator Author

$ grep usr $(grep allow-common-devel /etc/firejail/* -l)
/etc/firejail/atom.profile:ignore include whitelist-usr-share-common.inc
/etc/firejail/cargo.profile:include whitelist-usr-share-common.inc

@rusty-snake Thanks, we're okay as-is in that case.

@glitsj16 glitsj16 merged commit 2e29cf7 into netblue30:master Jun 23, 2021
@glitsj16 glitsj16 deleted the fix-wusc branch June 23, 2021 19:44
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.

None yet

2 participants