|
@@ -16,10 +16,6 @@ if BR2_PACKAGE_SELINUX_PYTHON
|
|
|
|
|
|
config BR2_PACKAGE_SELINUX_PYTHON_AUDIT2ALLOW
|
|
config BR2_PACKAGE_SELINUX_PYTHON_AUDIT2ALLOW
|
|
bool "audit2allow"
|
|
bool "audit2allow"
|
|
- depends on BR2_USE_WCHAR # sepolgen
|
|
|
|
- depends on BR2_USE_MMU # sepolgen
|
|
|
|
- depends on BR2_TOOLCHAIN_HAS_THREADS # sepolgen, checkpolicy
|
|
|
|
- depends on !BR2_STATIC_LIBS # sepolgen
|
|
|
|
select BR2_PACKAGE_CHECKPOLICY
|
|
select BR2_PACKAGE_CHECKPOLICY
|
|
select BR2_PACKAGE_SELINUX_PYTHON_SEPOLGEN
|
|
select BR2_PACKAGE_SELINUX_PYTHON_SEPOLGEN
|
|
select BR2_PACKAGE_SEMODULE_UTILS
|
|
select BR2_PACKAGE_SEMODULE_UTILS
|
|
@@ -32,27 +28,13 @@ config BR2_PACKAGE_SELINUX_PYTHON_AUDIT2ALLOW
|
|
audit2why - translates SELinux audit messages into a
|
|
audit2why - translates SELinux audit messages into a
|
|
description of why the access was denied (audit2allow -w)
|
|
description of why the access was denied (audit2allow -w)
|
|
|
|
|
|
-comment "audit2allow needs a toolchain w/ wchar, threads, dynamic library"
|
|
|
|
- depends on BR2_USE_MMU
|
|
|
|
- depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
|
|
|
|
- BR2_STATIC_LIBS
|
|
|
|
-
|
|
|
|
config BR2_PACKAGE_SELINUX_PYTHON_SEPOLGEN
|
|
config BR2_PACKAGE_SELINUX_PYTHON_SEPOLGEN
|
|
bool "sepolgen"
|
|
bool "sepolgen"
|
|
- depends on BR2_USE_WCHAR
|
|
|
|
- depends on BR2_USE_MMU
|
|
|
|
- depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
- depends on !BR2_STATIC_LIBS
|
|
|
|
select BR2_PACKAGE_SEMODULE_UTILS
|
|
select BR2_PACKAGE_SEMODULE_UTILS
|
|
help
|
|
help
|
|
This package contains a Python module that allows you to
|
|
This package contains a Python module that allows you to
|
|
generate an initial SELinux policy module template.
|
|
generate an initial SELinux policy module template.
|
|
|
|
|
|
-comment "sepolgen needs a toolchain w/ wchar, threads, dynamic library"
|
|
|
|
- depends on BR2_USE_MMU
|
|
|
|
- depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
|
|
|
|
- BR2_STATIC_LIBS
|
|
|
|
-
|
|
|
|
endif
|
|
endif
|
|
|
|
|
|
comment "selinux-python packages needs a toolchain w/ wchar, threads, dynamic library"
|
|
comment "selinux-python packages needs a toolchain w/ wchar, threads, dynamic library"
|