mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
feat(groups/{u,v,w,x}*): vim syntax support
Add vim modeline instructing the editor to use syntax plugin provided by apparmor. Continuation of #395 to keep the diff list relatively short.
This commit is contained in:
parent
f1a0349978
commit
68d1222029
126 changed files with 348 additions and 96 deletions
|
@ -54,3 +54,5 @@ profile apport @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
include if exists <local/apport>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -30,3 +30,5 @@ profile apport-checkreports @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
include if exists <local/apport-checkreports>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -129,3 +129,5 @@ profile apport-gtk @{exec_path} {
|
|||
|
||||
include if exists <local/apport-gtk>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -26,3 +26,5 @@ profile apt-esm-hook @{exec_path} {
|
|||
|
||||
include if exists <local/apt-esm-hook>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -29,3 +29,5 @@ profile apt-esm-json-hook @{exec_path} {
|
|||
|
||||
include if exists <local/apt-esm-json-hook>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -58,3 +58,5 @@ profile check-new-release-gtk @{exec_path} {
|
|||
|
||||
include if exists <local/check-new-release-gtk>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -31,3 +31,5 @@ profile cron-ubuntu-fan @{exec_path} {
|
|||
|
||||
include if exists <local/cron-ubuntu-fan>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -44,3 +44,5 @@ profile do-release-upgrade @{exec_path} {
|
|||
|
||||
include if exists <local/do-release-upgrade>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -23,3 +23,5 @@ profile hwe-support-status @{exec_path} {
|
|||
|
||||
include if exists <local/hwe-support-status>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -30,3 +30,5 @@ profile list-oem-metapackages @{exec_path} {
|
|||
|
||||
include if exists <local/list-oem-metapackages>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -27,3 +27,5 @@ profile livepatch-notification @{exec_path} {
|
|||
|
||||
include if exists <local/livepatch-notification>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -24,3 +24,5 @@ profile notify-reboot-required @{exec_path} {
|
|||
|
||||
include if exists <local/notify-reboot-required>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -18,3 +18,5 @@ profile notify-updates-outdated @{exec_path} {
|
|||
|
||||
include if exists <local/notify-updates-outdated>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -21,3 +21,5 @@ profile package-data-downloader @{exec_path} {
|
|||
|
||||
include if exists <local/package-data-downloader>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -36,3 +36,5 @@ profile package-system-locked @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
include if exists <local/package-system-locked>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -16,3 +16,5 @@ profile pro @{exec_path} {
|
|||
|
||||
include if exists <local/pro>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -26,3 +26,5 @@ profile release-upgrade-motd @{exec_path} {
|
|||
|
||||
include if exists <local/release-upgrade-motd>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -48,3 +48,5 @@ profile software-properties-dbus @{exec_path} {
|
|||
|
||||
include if exists <local/software-properties-dbus>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -96,3 +96,5 @@ profile software-properties-gtk @{exec_path} {
|
|||
|
||||
include if exists <local/software-properties-gtk>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -113,3 +113,5 @@ profile subiquity-console-conf @{exec_path} {
|
|||
|
||||
include if exists <local/subiquity-console-conf>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -91,3 +91,5 @@ profile ubuntu-advantage @{exec_path} {
|
|||
|
||||
include if exists <local/ubuntu-advantage>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -34,3 +34,5 @@ profile ubuntu-advantage-desktop-daemon @{exec_path} flags=(attach_disconnected)
|
|||
|
||||
include if exists <local/ubuntu-advantage-desktop-daemon>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -25,3 +25,5 @@ profile ubuntu-advantage-notification @{exec_path} {
|
|||
|
||||
include if exists <local/ubuntu-advantage-notification>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -16,3 +16,5 @@ profile ubuntu-distro-info @{exec_path} {
|
|||
|
||||
include if exists <local/ubuntu-distro-info>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -27,3 +27,5 @@ profile ubuntu-report @{exec_path} {
|
|||
|
||||
include if exists <local/ubuntu-report>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -82,3 +82,5 @@ profile update-manager @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
include if exists <local/update-manager>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -49,3 +49,5 @@ profile update-motd-fsck-at-reboot @{exec_path} {
|
|||
|
||||
include if exists <local/update-motd-fsck-at-reboot>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -52,3 +52,5 @@ profile update-motd-updates-available @{exec_path} {
|
|||
|
||||
include if exists <local/update-motd-updates-available>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -102,3 +102,5 @@ profile update-notifier @{exec_path} {
|
|||
|
||||
include if exists <local/update-notifier>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -22,3 +22,5 @@ profile cni-bandwidth @{exec_path} {
|
|||
|
||||
include if exists <local/cni-bandwidth>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -16,3 +16,5 @@ profile cni-bridge @{exec_path} {
|
|||
|
||||
include if exists <local/cni-bridge>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -45,3 +45,5 @@ profile cni-calico @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
include if exists <local/cni-calico>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -16,3 +16,5 @@ profile cni-firewall @{exec_path} {
|
|||
|
||||
include if exists <local/cni-firewall>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -16,3 +16,5 @@ profile cni-flannel @{exec_path} flags=(complain,attach_disconnected){
|
|||
|
||||
include if exists <local/cni-flannel>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -16,3 +16,5 @@ profile cni-host-local @{exec_path} flags=(complain,attach_disconnected){
|
|||
|
||||
include if exists <local/cni-host-local>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -26,3 +26,5 @@ profile cni-loopback @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
include if exists <local/cni-loopback>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -23,3 +23,5 @@ profile cni-portmap @{exec_path} {
|
|||
|
||||
include if exists <local/cni-portmap>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -16,3 +16,5 @@ profile cni-tuning @{exec_path} {
|
|||
|
||||
include if exists <local/cni-tuning>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -32,3 +32,5 @@ profile cni-xtables-nft {
|
|||
|
||||
@{PROC}/@{pids}/net/ip_tables_names r,
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -15,3 +15,5 @@ profile cockpit-askpass @{exec_path} {
|
|||
|
||||
include if exists <local/cockpit-askpass>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -80,3 +80,5 @@ profile cockpit-bridge @{exec_path} {
|
|||
|
||||
include if exists <local/cockpit-bridge>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -24,3 +24,5 @@ profile cockpit-certificate-ensure @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
include if exists <local/cockpit-certificate-ensure>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -31,3 +31,5 @@ profile cockpit-certificate-helper @{exec_path} {
|
|||
include if exists <local/cockpit-certificate-helper>
|
||||
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -14,3 +14,5 @@ profile cockpit-desktop @{exec_path} {
|
|||
|
||||
include if exists <local/cockpit-desktop>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -41,3 +41,5 @@ profile cockpit-pcp @{exec_path} {
|
|||
|
||||
include if exists <local/cockpit-pcp>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -54,3 +54,5 @@ profile cockpit-session @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
include if exists <local/cockpit-session>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -15,3 +15,5 @@ profile cockpit-ssh @{exec_path} {
|
|||
|
||||
include if exists <local/cockpit-ssh>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -21,3 +21,5 @@ profile cockpit-tls @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
include if exists <local/cockpit-tls>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -37,3 +37,5 @@ profile cockpit-update-motd @{exec_path} {
|
|||
|
||||
include if exists <local/cockpit-update-motd>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -23,3 +23,5 @@ profile cockpit-ws @{exec_path} {
|
|||
|
||||
include if exists <local/cockpit-ws>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -16,3 +16,5 @@ profile cockpit-wsinstance-factory @{exec_path} {
|
|||
|
||||
include if exists <local/cockpit-wsinstance-factory>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -122,3 +122,5 @@ profile containerd @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
include if exists <local/containerd>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -58,3 +58,5 @@ profile containerd-shim-runc-v2 @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
include if exists <local/containerd-shim-runc-v2>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -26,3 +26,5 @@ profile docker-proxy @{exec_path} {
|
|||
|
||||
include if exists <local/docker-proxy>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -100,3 +100,5 @@ profile dockerd @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
include if exists <local/dockerd>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -174,3 +174,5 @@ profile k3s @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
include if exists <local/k3s>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -18,3 +18,5 @@ profile kubernetes-pause @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
include if exists <local/kubernetes-pause>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -36,3 +36,5 @@ profile libvirt-dbus @{exec_path} {
|
|||
|
||||
include if exists <local/libvirt-dbus>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -294,3 +294,5 @@ profile libvirtd @{exec_path} flags=(attach_disconnected) {
|
|||
include if exists <usr/libvirtd>
|
||||
include if exists <local/libvirtd>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -64,3 +64,5 @@ profile virt-aa-helper @{exec_path} {
|
|||
include if exists <usr/virt-aa-helper.d>
|
||||
include if exists <local/virt-aa-helper>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -41,3 +41,5 @@ profile virtinterfaced @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
include if exists <local/virtinterfaced>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -63,3 +63,5 @@ profile virtiofsd @{exec_path} {
|
|||
|
||||
include if exists <local/virtiofsd>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -14,3 +14,5 @@ profile virtlockd @{exec_path} {
|
|||
|
||||
include if exists <local/virtlockd>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -44,3 +44,5 @@ profile virtlogd @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
include if exists <local/virtlogd>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -42,3 +42,5 @@ profile virtnetworkd @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
include if exists <local/virtnetworkd>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -92,3 +92,5 @@ profile virtnodedevd @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
include if exists <local/virtnodedevd>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -35,3 +35,5 @@ profile virtsecretd @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
include if exists <local/virtsecretd>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -65,3 +65,5 @@ profile virtstoraged @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
include if exists <local/virtstoraged>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -45,3 +45,5 @@ profile anondate @{exec_path} {
|
|||
|
||||
include if exists <local/anondate>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -44,3 +44,5 @@ profile msgcollector @{exec_path} {
|
|||
|
||||
include if exists <local/msgcollector>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -15,3 +15,5 @@ profile msgcollector-br-add @{exec_path} {
|
|||
|
||||
include if exists <local/msgcollector-br-add>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -20,3 +20,5 @@ profile msgcollector-generic-gui-message @{exec_path} {
|
|||
|
||||
include if exists <local/msgcollector-generic-gui-message>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -17,3 +17,5 @@ profile msgcollector-striphtml @{exec_path} {
|
|||
|
||||
include if exists <local/msgcollector-striphtml>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -49,3 +49,5 @@ profile msgdispatcher @{exec_path} {
|
|||
|
||||
include if exists <local/msgdispatcher>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -22,3 +22,5 @@ profile msgdispatcher-autostart @{exec_path} {
|
|||
|
||||
include if exists <local/msgdispatcher-autostart>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -22,3 +22,5 @@ profile msgdispatcher-delete @{exec_path} {
|
|||
|
||||
include if exists <local/msgdispatcher-delete>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -17,3 +17,5 @@ profile msgdispatcher-dispatch @{exec_path} {
|
|||
|
||||
include if exists <local/msgdispatcher-dispatch>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -26,3 +26,5 @@ profile open-link-confirmation @{exec_path} {
|
|||
|
||||
include if exists <local/open-link-confirmation>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -21,3 +21,5 @@ profile pam-abort-on-locked-password @{exec_path} {
|
|||
|
||||
include if exists <local/pam-abort-on-locked-password>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -28,3 +28,5 @@ profile pam-info @{exec_path} {
|
|||
|
||||
include if exists <local/pam-info>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -18,3 +18,5 @@ profile pam_faillock_not_if_x @{exec_path} {
|
|||
|
||||
include if exists <local/pam_faillock_not_if_x>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -61,3 +61,5 @@ profile rads @{exec_path} {
|
|||
|
||||
include if exists <local/rads>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -54,3 +54,5 @@ profile sdwdate @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
include if exists <local/sdwdate>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -27,3 +27,5 @@ profile sdwdate-clock-jump @{exec_path} {
|
|||
|
||||
include if exists <local/sdwdate-clock-jump>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -51,3 +51,5 @@ profile sdwdate-gui @{exec_path} {
|
|||
|
||||
include if exists <local/sdwdate-gui>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -31,3 +31,5 @@ profile sdwdate-start @{exec_path} {
|
|||
|
||||
include if exists <local/sdwdate-start>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -17,3 +17,5 @@ profile sdwdate-wrapper @{exec_path} {
|
|||
|
||||
include if exists <local/sdwdate-wrapper>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -28,3 +28,5 @@ profile sensible-browser @{exec_path} {
|
|||
|
||||
include if exists <local/sensible-browser>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -32,3 +32,5 @@ profile systemcheck-canary @{exec_path} {
|
|||
|
||||
include if exists <local/systemcheck-canary>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -22,3 +22,5 @@ profile timesanitycheck @{exec_path} {
|
|||
|
||||
include if exists <local/timesanitycheck>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -21,3 +21,5 @@ profile tor-bootstrap-check @{exec_path} {
|
|||
|
||||
include if exists <local/tor-bootstrap-check>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -23,3 +23,5 @@ profile tor-consensus-valid-after @{exec_path} {
|
|||
|
||||
include if exists <local/tor-consensus-valid-after>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -69,3 +69,5 @@ profile torbrowser @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
include if exists <local/torbrowser>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -29,3 +29,5 @@ profile torbrowser-glxtest @{exec_path} {
|
|||
|
||||
include if exists <local/torbrowser-glxtest>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -23,3 +23,5 @@ profile torbrowser-plugin-container @{exec_path} {
|
|||
|
||||
include if exists <local/torbrowser-plugin-container>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -47,3 +47,5 @@ profile torbrowser-start @{exec_path} {
|
|||
|
||||
include if exists <local/torbrowser-start>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -26,3 +26,5 @@ profile torbrowser-updater @{exec_path} {
|
|||
|
||||
include if exists <local/torbrowser-updater>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -40,3 +40,5 @@ profile torbrowser-updater-permission-fix @{exec_path} {
|
|||
|
||||
include if exists <local/torbrowser-updater-permission-fix>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -29,3 +29,5 @@ profile torbrowser-vaapitest @{exec_path} {
|
|||
|
||||
include if exists <local/torbrowser-vaapitest>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -75,3 +75,5 @@ profile torbrowser-wrapper @{exec_path} {
|
|||
|
||||
include if exists <local/torbrowser-wrapper>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue