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 Oct 9, 2024
1 parent b8a0799 commit d5cd139
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/reference/appvms/business.nix
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ in
csdWrapper = "${pkgs.openconnect}/libexec/openconnect/hipreport.sh";
};
};
security.apparmor.enable = true;
};

# Set default PDF XDG handler
Expand Down
1 change: 1 addition & 0 deletions modules/reference/appvms/chromium.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ in
};

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

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

0 comments on commit d5cd139

Please sign in to comment.