Skip to content

Commit

Permalink
Enable Apparmor security in chromium-vm
Browse files Browse the repository at this point in the history
Signed-off-by: Ganga Ram <[email protected]>
  • Loading branch information
gangaram-tii committed Aug 6, 2024
1 parent ce784be commit 75f5cda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/reference/appvms/chromium.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ in {
microvm.devices = [];

ghaf.reference.programs.chromium.enable = true;
ghaf.security.apparmor.enable = true;
ghaf.security.apparmor.apps.chromium.enable = true;

# Set default PDF XDG handler
xdg.mime.defaultApplications."application/pdf" = "ghaf-pdf.desktop";
Expand Down

0 comments on commit 75f5cda

Please sign in to comment.