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

Fix bootstrap for deb files #687

Merged
merged 1 commit into from
Nov 11, 2023
Merged

Fix bootstrap for deb files #687

merged 1 commit into from
Nov 11, 2023

Conversation

sbs20
Copy link
Owner

@sbs20 sbs20 commented Nov 11, 2023

APT installs stuff with a sandboxed user called _apt. It doesn't have access to the temp directory because mktemp uses restrictive permissions.

Solution inspired from https://askubuntu.com/a/1205517

APT installs stuff with a sandboxed user called `_apt`. It doesn't have access to the temp directory because `mktemp` uses restrictive permissions.

Solution inspired from <https://askubuntu.com/a/1205517>
@sbs20 sbs20 self-assigned this Nov 11, 2023
@sbs20 sbs20 merged commit fa971c5 into master Nov 11, 2023
1 check passed
@sbs20 sbs20 deleted the fix-bootstrap branch November 11, 2023 13:52
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

1 participant