[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: android-libselinux: Avoid top-level references to 'libsellin
From: |
guix-commits |
Subject: |
04/06: gnu: android-libselinux: Avoid top-level references to 'libsellinux'. |
Date: |
Mon, 2 Dec 2019 06:25:38 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit e1b88fde12305fca3c4a739a7e8f1449f42390f1
Author: Ludovic Courtès <address@hidden>
Date: Mon Dec 2 11:32:17 2019 +0100
gnu: android-libselinux: Avoid top-level references to 'libsellinux'.
* gnu/packages/android.scm (android-libselinux)[synopsis]
[description, license]: Remove references to 'libsellinux'.
---
gnu/packages/android.scm | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm
index e4dbade6..30dd892 100644
--- a/gnu/packages/android.scm
+++ b/gnu/packages/android.scm
@@ -500,9 +500,14 @@ that is safe to use for user space. It also includes
;; pcre is inlined by our package.
("pcre" ,pcre)))
(home-page "https://developer.android.com/")
- (synopsis (package-synopsis libselinux))
- (description (package-description libselinux))
- (license (package-license libselinux))))
+ (synopsis "Android version of the SELinux libraries and utilities")
+ (description
+ "The libselinux library provides an API for SELinux applications to get
+and set process and file security contexts, and to obtain security policy
+decisions. It is required for any applications that use the SELinux API, and
+used by all applications that are SELinux-aware. This package also includes
+the core SELinux management utilities.")
+ (license license:public-domain)))
(define-public android-ext4-utils
(package
- branch master updated (6697771 -> c2b2c8e), guix-commits, 2019/12/02
- 02/06: gnu: stress-make: Avoid top-level reference to 'gnu-make'., guix-commits, 2019/12/02
- 04/06: gnu: android-libselinux: Avoid top-level references to 'libsellinux'.,
guix-commits <=
- 01/06: gnu: gajim: Avoid top-level reference to 'python'., guix-commits, 2019/12/02
- 03/06: gnu: 0ad-data: Avoid top-level references to 'font-bitstream-vera'., guix-commits, 2019/12/02
- 06/06: lint: archival: Gracefully handle network failures., guix-commits, 2019/12/02
- 05/06: gnu: Add emacs-telega., guix-commits, 2019/12/02