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 18, 2024
1 parent b7d1d1a commit b07c0cf
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 @@ -104,6 +104,7 @@ in
};
};

security.apparmor.enable = true;
services.xdghandlers.enable = true;
};

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 @@ -48,6 +48,7 @@ in
};
ghaf.reference.programs.chromium.enable = true;
ghaf.services.xdghandlers.enable = true;
ghaf.security.apparmor.enable = true;
}
];
borderColor = "#630505";
Expand Down

0 comments on commit b07c0cf

Please sign in to comment.