gnu: libapparmor: Restrict supported systems to GNU/Linux.
* gnu/packages/apparmor.scm (libapparmor)[supported-systems]: New field.
This commit is contained in:
parent
cbab7c1b3c
commit
84424ae3c9
@ -109,7 +109,10 @@ AppArmor supplements the traditional Unix discretionary access control (DAC)
|
|||||||
model by providing mandatory access control (MAC). It has been included in
|
model by providing mandatory access control (MAC). It has been included in
|
||||||
the mainline Linux kernel since version 2.6.36 and its development has been
|
the mainline Linux kernel since version 2.6.36 and its development has been
|
||||||
supported by Canonical since 2009.")
|
supported by Canonical since 2009.")
|
||||||
(license license:lgpl2.1)))
|
(license license:lgpl2.1)
|
||||||
|
(supported-systems (filter (lambda (system)
|
||||||
|
(string-suffix? "-linux" system))
|
||||||
|
%supported-systems))))
|
||||||
|
|
||||||
(define-public apparmor
|
(define-public apparmor
|
||||||
(let ((base libapparmor))
|
(let ((base libapparmor))
|
||||||
|
Loading…
Reference in New Issue
Block a user