Skip to content

Commit

Permalink
Enable Apparmor security in VMs
Browse files Browse the repository at this point in the history
- Chromium-vm
- Business-vm

Signed-off-by: Ganga Ram <[email protected]>
  • Loading branch information
gangaram-tii committed Sep 30, 2024
1 parent fc423e7 commit 4a0eb02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/reference/appvms/business.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ in
};

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
2 changes: 2 additions & 0 deletions modules/reference/appvms/chromium.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ in
};

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 4a0eb02

Please sign in to comment.