Advertisement
Guest User

Untitled

a guest
Dec 28th, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. # Firejail profile for Eye of Mate (eom)
  2. noblacklist ~/.config/mate/eom
  3.  
  4. include /etc/firejail/disable-common.inc
  5. include /etc/firejail/disable-programs.inc
  6. include /etc/firejail/disable-devel.inc
  7. include /etc/firejail/disable-passwdmgr.inc
  8.  
  9. caps.drop all
  10. nogroups
  11. nonewprivs
  12. noroot
  13. nosound
  14. protocol unix
  15. seccomp
  16. shell none
  17. tracelog
  18.  
  19. private-bin eom
  20. private-dev
  21. private-tmp
  22.  
  23. net none
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement