diff options
| author | sommerfeld <sommerfeld@sommerfeld.dev> | 2026-09-18 08:58:12 +0100 |
|---|---|---|
| committer | sommerfeld <sommerfeld@sommerfeld.dev> | 2026-09-18 08:58:12 +0100 |
| commit | 0bb7afe1e5e6e3240e6d6211b01c1674a363347c (patch) | |
| tree | 35183dba6b244b31469104795f9922bcd3eacf37 /scripts/canonical-system.sh | |
| parent | f5f9bdee476114e4f345de320631aee9ea247861 (diff) | |
| download | dotfiles-0bb7afe1e5e6e3240e6d6211b01c1674a363347c.tar.gz dotfiles-0bb7afe1e5e6e3240e6d6211b01c1674a363347c.tar.bz2 dotfiles-0bb7afe1e5e6e3240e6d6211b01c1674a363347c.zip | |
Assign missing subordinate IDs during corporate setup
Diffstat (limited to 'scripts/canonical-system.sh')
| -rw-r--r-- | scripts/canonical-system.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/canonical-system.sh b/scripts/canonical-system.sh index cd85879..179bce8 100644 --- a/scripts/canonical-system.sh +++ b/scripts/canonical-system.sh @@ -8,6 +8,7 @@ source just-lib.sh . /etc/os-release echo "$ID" ) == ubuntu ]] +sudo /usr/bin/python3 scripts/canonical_subids.py "$(/usr/bin/id -un)" # Parse before replacing the installed profile. sudo apparmor_parser --skip-kernel-load --skip-cache canonical/apparmor/dotfiles-nix sudo install -m 644 canonical/apparmor/dotfiles-nix /etc/apparmor.d/dotfiles-nix |
