mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
chore: update links to the documentation website.
This commit is contained in:
parent
3f5373ed4f
commit
46641e6cc6
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user