diff --git a/utils/aa-notify.pod b/utils/aa-notify.pod index df466f84c..db9cb3674 100644 --- a/utils/aa-notify.pod +++ b/utils/aa-notify.pod @@ -71,6 +71,14 @@ This has no effect when running under sudo. wait NUM seconds before displaying notifications (for use with -p) +=item -L, --local [{yes,no,auto}] + +add rules to a local profiles instead of the real profiles. +This simplify profiles' deployment by keeping local modifications self-contained. + - B: always use a local profile + - B: never use a local profile + - B: use a local profile if the main profile already relies on a local profile + =item -v, --verbose show messages with summaries. @@ -98,6 +106,9 @@ System-wide configuration for B is done via # Binaries for which we ignore userns-related capability denials ignore_denied_capability="sudo,su" + # Write change to local profiles if enabled to preserve regular profiles and simplify upgrades + use_local_profiles + # OPTIONAL - kind of operations which display a popup prompt. prompt_filter="userns" diff --git a/utils/notify.conf b/utils/notify.conf index 44b048e6c..0186e04ed 100644 --- a/utils/notify.conf +++ b/utils/notify.conf @@ -20,6 +20,9 @@ interface_theme="ubuntu" # Binaries for which we ignore userns-related capability denials ignore_denied_capability="sudo,su" +# OPTIONAL - Write changes to local profiles to preserve regular profiles and simplify upgrades (yes, no, auto) +# use_local_profiles="yes" + # OPTIONAL - kind of operations which display a popup prompt. # prompt_filter="userns"