aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-08-08 20:01:02 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-08-08 20:01:02 -0400
commit95f6e32cbfbb6a9193e5e20e8bcc5bdc36889740 (patch)
tree2a1fc697eae1446d61ec2b68e2fcc69a7557dad6 /README.md
parentdescription (diff)
downloadfirejail-95f6e32cbfbb6a9193e5e20e8bcc5bdc36889740.tar.gz
firejail-95f6e32cbfbb6a9193e5e20e8bcc5bdc36889740.tar.zst
firejail-95f6e32cbfbb6a9193e5e20e8bcc5bdc36889740.zip
description
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index f38d88355..b4db99aec 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,4 @@
1Firejail 1# Firejail
2====
3 2
4Firejail is a SUID sandbox program that reduces the risk of security breaches by restricting the running environment of untrusted applications using Linux namespaces, seccomp-bpf and Linux capabilities. It allows a process and all its descendants to have their own private view of the globally shared kernel resources, such as the network stack, process table, mount table. Firejail can work in a SELinux or AppArmor environment, and it is integrated with Linux Control Groups. 3Firejail is a SUID sandbox program that reduces the risk of security breaches by restricting the running environment of untrusted applications using Linux namespaces, seccomp-bpf and Linux capabilities. It allows a process and all its descendants to have their own private view of the globally shared kernel resources, such as the network stack, process table, mount table. Firejail can work in a SELinux or AppArmor environment, and it is integrated with Linux Control Groups.
5 4