gnu: bubblewrap: Edit description.
* gnu/packages/virtualization.scm (bubblewrap)[description]: Mark up & edit.
This commit is contained in:
parent
ac32a451fa
commit
7ecd1761a2
|
@ -1089,11 +1089,11 @@ virtual machines.")
|
||||||
(home-page "https://github.com/projectatomic/bubblewrap")
|
(home-page "https://github.com/projectatomic/bubblewrap")
|
||||||
(synopsis "Unprivileged sandboxing tool")
|
(synopsis "Unprivileged sandboxing tool")
|
||||||
(description "Bubblewrap is aimed at running applications in a sandbox,
|
(description "Bubblewrap is aimed at running applications in a sandbox,
|
||||||
where it has restricted access to parts of the operating system or user data
|
restricting their access to parts of the operating system or user data such as
|
||||||
such as the home directory. Bubblewrap always creates a new mount namespace,
|
the home directory. Bubblewrap always creates a new mount namespace, and the
|
||||||
and the user can specify exactly what parts of the filesystem should be visible
|
user can specify exactly what parts of the file system should be made visible
|
||||||
in the sandbox. Any such directories specified is mounted nodev by default,
|
in the sandbox. These directories are mounted with the @code{nodev) option
|
||||||
and can be made readonly.")
|
by default and can be made read-only.")
|
||||||
(license license:lgpl2.0+)))
|
(license license:lgpl2.0+)))
|
||||||
|
|
||||||
(define-public bochs
|
(define-public bochs
|
||||||
|
|
Loading…
Reference in New Issue