logo

apparmor.d

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/apparmor.d.git

WebKitNetworkProcess (557B)


  1. # Copyright 2020 Haelwenn (lanodan) Monnier <contact+apparmor.d@hacktivis.me>
  2. # Distributed under the terms of the GNU General Public License v2
  3. #include <tunables/global>
  4. profile WebKitNetworkProcess /usr/libexec/webkit2gtk-*/WebKitNetworkProcess {
  5. #include <abstractions/base>
  6. #include <abstractions/consoles>
  7. #include <abstractions/nameservice>
  8. #include <abstractions/ssl_certs>
  9. #include <abstractions/private-files-strict>
  10. network inet stream,
  11. network inet6 stream,
  12. /usr/libexec/webkit2gtk-*/WebKitNetworkProcess mr,
  13. /** r,
  14. owner /** w,
  15. }