chore: update links to the documentation website.
This commit is contained in:
parent
3f5373ed4f
commit
46641e6cc6
3 changed files with 3 additions and 3 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
# it is directly loaded by systemd.
|
# it is directly loaded by systemd.
|
||||||
|
|
||||||
# Only use this profile with a fully configured system. Otherwise it **WILL**
|
# 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
|
# Distributions and other programs can add rules in the usr/systemd.d directory
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
# via "Px -> systemd-user" exec transitions from the systemd profile.
|
# via "Px -> systemd-user" exec transitions from the systemd profile.
|
||||||
|
|
||||||
# Only use this profile with a fully configured system. Otherwise it **WILL**
|
# 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
|
# Distributions and other programs can add rules in the usr/systemd-user.d directory
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -191,7 +191,7 @@ func SetDefaultSystemd() ([]string, error) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set AppArmor for (experimental) full system policy.
|
// 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) {
|
func SetFullSystemPolicy() ([]string, error) {
|
||||||
res := []string{}
|
res := []string{}
|
||||||
// Install full system policy profiles
|
// Install full system policy profiles
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue