aboutsummaryrefslogtreecommitdiff
path: root/system/firejail
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-03-14 12:12:43 -0400
committerB. Watson <yalhcru@gmail.com>2022-03-17 12:38:06 -0400
commitbc66d5d7688ed83ec5c84115ee05ae26a9263fd1 (patch)
treed650c8d6e00312533d758488c93279e6a07fa4ec /system/firejail
parent2a6cfd1e5c25a09f87b409b6332895a395a526cf (diff)
system/firejail: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/firejail')
-rw-r--r--system/firejail/README18
1 files changed, 10 insertions, 8 deletions
diff --git a/system/firejail/README b/system/firejail/README
index 0ec771c941cbf..1064ba3e45a91 100644
--- a/system/firejail/README
+++ b/system/firejail/README
@@ -1,11 +1,13 @@
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 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.
+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.