summaryrefslogtreecommitdiffstatshomepage
path: root/canonical/apparmor/dotfiles-nix
blob: b894210671eca788a27c4cc779de1753f990970a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
abi <abi/4.0>,
include <tunables/global>

profile dotfiles-nix-bwrap /nix/store/*-bubblewrap-*/bin/bwrap flags=(unconfined) {
  userns,
}

profile dotfiles-nix-podman /nix/store/*-podman-*/bin/{podman,.podman-wrapped} flags=(unconfined) {
  userns,
}