Advertisement
Shnatsel

AppArmor profile for DNSCrypt 1.3.0

Jul 5th, 2013
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. # Last Modified: Sat Jul 6 01:30:54 2013
  2. #This Apparmor profile is provided by insanitybit.com , and if there are updates that
  3. #is where you will find them. Report issues or changes there please!
  4.  
  5. #include <tunables/global>
  6.  
  7. /usr/sbin/dnscrypt-proxy {
  8. #include <abstractions/nameservice>
  9.  
  10. capability block_suspend,
  11. capability net_admin,
  12. capability net_bind_service,
  13. capability setgid,
  14. capability setuid,
  15. capability sys_chroot,
  16.  
  17.  
  18.  
  19. /bin/false r,
  20. /dev/null rw,
  21. /dev/urandom r,
  22. /etc/ld.so.cache r,
  23. /etc/localtime r,
  24. /lib/*-linux-gnu*/libc-*.so mr,
  25. /lib/*-linux-gnu*/libm-*.so mr,
  26. /lib/*-linux-gnu*/libnsl-*.so mr,
  27. /lib/*-linux-gnu*/libnss_compat-*.so mr,
  28. /lib/*-linux-gnu*/libnss_files-*.so mr,
  29. /lib/*-linux-gnu*/libnss_nis-*.so mr,
  30. /run/dnscrypt-proxy.pid rw,
  31. /usr/lib/libsodium.*a mr,
  32.  
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement