Skip to content

Commit

Permalink
package/qemu: fix selinux module
Browse files Browse the repository at this point in the history
Fix the following refpolicy build failure raised since commit
aa8e38a:

policy.conf:2509:ERROR 'attribute virt_ptynode is not declared' at token ';' on line 2509:
type qemu_device_t;
type qemu_devpts_t, virt_ptynode;

Fixes:
 - http://autobuild.buildroot.org/results/210db01ac72cabd42e1478900cdbfa4cf4b19bcb

Signed-off-by: Fabrice Fontaine <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
  • Loading branch information
ffontaine authored and jacmet committed Nov 29, 2023
1 parent fb72418 commit a82ff22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/qemu/qemu.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
QEMU_VERSION = 8.1.1
QEMU_SOURCE = qemu-$(QEMU_VERSION).tar.xz
QEMU_SITE = https://download.qemu.org
QEMU_SELINUX_MODULES = qemu
QEMU_SELINUX_MODULES = qemu virt
QEMU_LICENSE = GPL-2.0, LGPL-2.1, MIT, BSD-3-Clause, BSD-2-Clause, Others/BSD-1c
QEMU_LICENSE_FILES = COPYING COPYING.LIB
# NOTE: there is no top-level license file for non-(L)GPL licenses;
Expand Down

0 comments on commit a82ff22

Please sign in to comment.