1*4882a593Smuzhiyunconfig BR2_PACKAGE_SETOOLS 2*4882a593Smuzhiyun bool "setools" 3*4882a593Smuzhiyun depends on !BR2_STATIC_LIBS 4*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS 5*4882a593Smuzhiyun depends on BR2_USE_WCHAR 6*4882a593Smuzhiyun depends on BR2_USE_MMU 7*4882a593Smuzhiyun depends on BR2_PACKAGE_PYTHON3 8*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON_NETWORKX # runtime 9*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON_SETUPTOOLS 10*4882a593Smuzhiyun select BR2_PACKAGE_LIBSELINUX 11*4882a593Smuzhiyun help 12*4882a593Smuzhiyun SETools is an open source project designed to facilitate 13*4882a593Smuzhiyun SELinux policy analysis. The primary tools are: 14*4882a593Smuzhiyun * apol - analyze a SELinux policy. (requires python-qt5) 15*4882a593Smuzhiyun * sediff - semantic policy difference tool for SELinux. 16*4882a593Smuzhiyun * sedta - Perform domain transition analyses 17*4882a593Smuzhiyun * seinfoflow - information flow analysis for SELinux 18*4882a593Smuzhiyun * sesearch - Search rules (allow, type_transition, etc.) 19*4882a593Smuzhiyun 20*4882a593Smuzhiyun https://github.com/SELinuxProject/setools/ 21*4882a593Smuzhiyun 22*4882a593Smuzhiyuncomment "setools needs a toolchain w/ threads, wchar, dynamic library" 23*4882a593Smuzhiyun depends on BR2_USE_MMU 24*4882a593Smuzhiyun depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS || \ 25*4882a593Smuzhiyun !BR2_USE_WCHAR 26*4882a593Smuzhiyun 27*4882a593Smuzhiyuncomment "setools needs python3" 28*4882a593Smuzhiyun depends on BR2_USE_MMU 29*4882a593Smuzhiyun depends on !BR2_PACKAGE_PYTHON3 30