projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fb3216
)
package/cups: add SELinux module
author
Fabrice Fontaine
<fontaine.fabrice@gmail.com>
Sun, 25 Jul 2021 15:43:28 +0000
(17:43 +0200)
committer
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Sun, 25 Jul 2021 21:25:10 +0000
(23:25 +0200)
Support for cups is added by the services/cups module in the SELinux
refpolicy.
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/cups/cups.mk
patch
|
blob
|
history
diff --git
a/package/cups/cups.mk
b/package/cups/cups.mk
index 8490fe109a8641d977c1c95ac2531e773c719cb3..80aecdba5e8574608e8d28db25d4efebd36c3dae 100644
(file)
--- a/
package/cups/cups.mk
+++ b/
package/cups/cups.mk
@@
-10,6
+10,7
@@
CUPS_SITE = https://github.com/OpenPrinting/cups/releases/download/v$(CUPS_VERSI
CUPS_LICENSE = Apache-2.0 with GPL-2.0/LGPL-2.0 exception
CUPS_LICENSE_FILES = LICENSE NOTICE
CUPS_CPE_ID_VENDOR = cups
+CUPS_SELINUX_MODULES = cups
CUPS_INSTALL_STAGING = YES
# Using autoconf, not autoheader, so we cannot use AUTORECONF = YES.