@@ -10172,9 +10172,9 @@ (define-public firejail
(version "0.9.72")
(source (origin
(method url-fetch)
- (uri (string-append "https://github.com/netblue30/firejail/releases/download/" version
- "/firejail-" version
- ".tar.xz" ))
+ (uri (string-append
+ "https://github.com/netblue30/firejail/releases/download/" version
+ "/firejail-" version ".tar.xz" ))
(sha256
(base32
"1x77xy1mwfgjrcsymdda82bjnqgl7z2yymcb10mzd1zwik27gqc2"))))
@@ -10191,9 +10191,16 @@ (define-public firejail
(list apparmor xdg-dbus-proxy))
(synopsis "Linux namespaces sandbox program")
(description
- "Firejail 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. The software includes sandbox profiles for a number of common Linux programs. Firejail should be added to the list of setuid programs in the system configuration to work properly.")
+ "Firejail 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. The software
+includes sandbox profiles for a number of common Linux programs. Firejail
+should be added to the list of setuid programs in the system configuration to
+work properly.")
(home-page "https://github.com/netblue30/firejail")
- (license license:gpl2)))
+ (supported-systems
+ (filter (cut string-suffix? "-linux" <>) %supported-systems))
+ (license license:gpl2+)))
(define-public edac-utils
(package