Adding insecure packages to permittedInsecurePackages #7
Labels
No labels
bug
duplicate
enhancement
fix
good first issue
help wanted
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
xinux/software-center#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
When we try to install insecure package (e.g.
ventoy-full), we have to deal with error which describes we're installing insecure package and we should add that package into nixpkgs.config.permittedInsecurePackages to install that package.Example
To generate this error, try to install
ventoy-fullpackage from nixpkgs. Then it will ask you to add a code like this to your config:@bahrom04
Currently I can suggest 2 options to apply these insecure app installation:
1. For example on bazaar app when you try to delete the app, it will prompt to ask some selections
2. On user preferences add switch to accept insecure apps:
But we have to keep in mind, all these information should come with app metadata. I will provide more info regardless appstream metadata in separate issue