Commit e049fdcc authored by Thomas Ward's avatar Thomas Ward Committed by asciiwolf
Browse files

Update/Add Additional Abstractions for AppArmor

parent 8761fed1
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -11,6 +11,8 @@ profile torbrowser_firefox @{torbrowser_firefox_executable} {
  #include <abstractions/mesa>
  #include <abstractions/opencl>
  #include if exists <abstractions/vulkan>
  #include if exists <abstractions/dbus-session>
  #include if exists <abstractions/X>

  deny capability sys_ptrace,

@@ -26,6 +28,9 @@ profile torbrowser_firefox @{torbrowser_firefox_executable} {
  network netlink raw,
  network tcp,

  # ibus socket
  owner @{HOME}/.cache/ibus/dbus-* rw,

  ptrace (trace) peer=@{profile_name},
  signal (receive, send) set=("term") peer=@{profile_name},