metadata.xml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="person">
  5. <email>aidecoe@gentoo.org</email>
  6. <name>Amadeusz Żołnowski</name>
  7. </maintainer>
  8. <longdescription lang="en">
  9. Firejail is a SUID program that reduces the risk of security breaches
  10. by restricting the running environment of untrusted applications using
  11. Linux namespaces and seccomp-bpf. It allows a process and all its
  12. descendants to have their own private view of the globally shared
  13. kernel resources, such as the network stack, process table, mount
  14. table.
  15. This is bleeding edge branch. For long term support version see
  16. sys-apps/firejail-lts.
  17. </longdescription>
  18. <upstream>
  19. <remote-id type="sourceforge">firejail</remote-id>
  20. </upstream>
  21. <use>
  22. <flag name="apparmor">Enable support for custom AppArmor
  23. profiles</flag>
  24. <flag name="bind">Enable custom bind mounts</flag>
  25. <flag name="chroot">Enable chrooting to custom directory</flag>
  26. <flag name="file-transfer">Enable file transfers between sandboxes and
  27. the host system</flag>
  28. <flag name="network">Enable networking features</flag>
  29. <flag name="network-restricted">Grant access to --interface,
  30. --net=ethXXX and --netfilter only to root user; regular users are
  31. only allowed --net=none</flag>
  32. <flag name="seccomp">Enable system call filtering</flag>
  33. <flag name="userns">Enable attaching a new user namespace to a
  34. sandbox (--noroot option)</flag>
  35. <flag name="x11">Enable X11 sandboxing</flag>
  36. </use>
  37. </pkgmetadata>