summaryrefslogtreecommitdiffstats
path: root/system/firejail/README
diff options
context:
space:
mode:
author mwgg2015-01-06 17:46:27 +0100
committer Willy Sudiarto Raharjo2015-01-07 17:12:09 +0100
commitf26691986232bfca9fca31a70142146605f07e4e (patch)
tree463df962fe3ce40ae20cd8496d7c5b7dd96faea4 /system/firejail/README
parentb67c54bd18cb31734c268c8a09fc830ca23c1cf3 (diff)
downloadslackbuilds-f26691986232bfca9fca31a70142146605f07e4e.tar.gz
system/firejail: Added (security sandbox).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/firejail/README')
-rw-r--r--system/firejail/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/system/firejail/README b/system/firejail/README
new file mode 100644
index 0000000000..0ec771c941
--- /dev/null
+++ b/system/firejail/README
@@ -0,0 +1,11 @@
+firejail
+
+Firejail is a SUID security sandbox program that reduces the risk of security
+breaches by restricting the running environment of untrusted applications using
+Linux namespaces. 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 sandbox any type of processes: servers, graphical applications, and
+even user login sessions. Written in C with virtually no dependencies, it should
+work on any Linux computer with a 3.x kernel version.