metadata.xml 913 B

1234567891011121314151617181920212223242526
  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 long term support branch of firejail. For bleeding edge version
  16. see sys-apps/firejail.
  17. </longdescription>
  18. <upstream>
  19. <remote-id type="sourceforge">firejail</remote-id>
  20. </upstream>
  21. <use>
  22. <flag name="seccomp">Enable system call filtering</flag>
  23. </use>
  24. </pkgmetadata>