all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Anyone working on packaging Firejail?
@ 2018-12-20  5:50 swedebugia
  2018-12-20  7:53 ` Pierre Neidhardt
  0 siblings, 1 reply; 11+ messages in thread
From: swedebugia @ 2018-12-20  5:50 UTC (permalink / raw)
  To: guix-devel

https://firejail.wordpress.com/

Firejail is a SUID program that reduces the risk of security breaches by 
restricting the running environment of untrusted applications using 
Linux namespaces and seccomp-bpf. 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.

Written in C with virtually no dependencies, the software runs on any 
Linux computer with a 3.x kernel version or newer. The sandbox is 
lightweight, the overhead is low. There are no complicated configuration 
files to edit, no socket connections open, no daemons running in the 
background. All security features are implemented directly in Linux 
kernel and available on any Linux computer. The program is released 
under GPL v2 license.

Firejail can sandbox any type of processes: servers, graphical 
applications, and even user login sessions. The software includes 
security profiles for a large number of Linux programs: Mozilla Firefox, 
Chromium, VLC, Transmission etc. To start the sandbox, prefix your 
command with “firejail”:

     $ firejail firefox                       # starting Mozilla Firefox
     $ firejail transmission-gtk              # starting Transmission 
BitTorrent
     $ firejail vlc                           # starting VideoLAN Client
     $ sudo firejail /etc/init.d/nginx start  # starting nginx web server


-- 
Cheers Swedebugia

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2018-12-21 22:33 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-20  5:50 Anyone working on packaging Firejail? swedebugia
2018-12-20  7:53 ` Pierre Neidhardt
2018-12-20 12:17   ` swedebugia
2018-12-20 12:28     ` swedebugia
2018-12-20 16:19       ` Joshua Branson
2018-12-21 15:39         ` Eric Bavier
2018-12-21 20:55           ` Ludovic Courtès
2018-12-21 20:56           ` Ludovic Courtès
2018-12-21 20:56           ` Ludovic Courtès
2018-12-21 20:56           ` Ludovic Courtès
2018-12-21 20:58           ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.