From 46641e6cc605135e66236c548ebba3798d67b586 Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Tue, 30 Jan 2024 15:45:03 +0000 Subject: [PATCH] chore: update links to the documentation website. --- apparmor.d/groups/_full/systemd | 2 +- apparmor.d/groups/_full/systemd-user | 2 +- pkg/prebuild/prepare.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apparmor.d/groups/_full/systemd b/apparmor.d/groups/_full/systemd index 0117b4122..b9880d4f6 100644 --- a/apparmor.d/groups/_full/systemd +++ b/apparmor.d/groups/_full/systemd @@ -7,7 +7,7 @@ # it is directly loaded by systemd. # Only use this profile with a fully configured system. Otherwise it **WILL** -# break your computer. See https://apparmor.pujol.io/development/structure/#full-system-policy. +# break your computer. See https://apparmor.pujol.io/full-system-policy/. # Distributions and other programs can add rules in the usr/systemd.d directory diff --git a/apparmor.d/groups/_full/systemd-user b/apparmor.d/groups/_full/systemd-user index 6ae11c7cb..5568a8063 100644 --- a/apparmor.d/groups/_full/systemd-user +++ b/apparmor.d/groups/_full/systemd-user @@ -7,7 +7,7 @@ # via "Px -> systemd-user" exec transitions from the systemd profile. # Only use this profile with a fully configured system. Otherwise it **WILL** -# break your computer. See https://apparmor.pujol.io/development/structure/#full-system-policy. +# break your computer. See https://apparmor.pujol.io/full-system-policy/. # Distributions and other programs can add rules in the usr/systemd-user.d directory diff --git a/pkg/prebuild/prepare.go b/pkg/prebuild/prepare.go index eb08bbebf..d2203f4f1 100644 --- a/pkg/prebuild/prepare.go +++ b/pkg/prebuild/prepare.go @@ -191,7 +191,7 @@ func SetDefaultSystemd() ([]string, error) { } // Set AppArmor for (experimental) full system policy. -// See https://apparmor.pujol.io/development/structure/#full-system-policy +// See https://apparmor.pujol.io/full-system-policy/ func SetFullSystemPolicy() ([]string, error) { res := []string{} // Install full system policy profiles