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 26, 2024
1 parent d24b129 commit c458e46
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 @@ -87,6 +87,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 @@ -78,6 +78,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 c458e46

Please sign in to comment.