xref: /OK3568_Linux_fs/buildroot/package/restorecond/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_RESTORECOND
2*4882a593Smuzhiyun	bool "restorecond"
3*4882a593Smuzhiyun	depends on BR2_USE_MMU # libglib2
4*4882a593Smuzhiyun	depends on BR2_USE_WCHAR # libglib2
5*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
6*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS # libselinux
7*4882a593Smuzhiyun	select BR2_PACKAGE_DBUS
8*4882a593Smuzhiyun	select BR2_PACKAGE_DBUS_GLIB
9*4882a593Smuzhiyun	select BR2_PACKAGE_LIBGLIB2
10*4882a593Smuzhiyun	select BR2_PACKAGE_LIBSELINUX
11*4882a593Smuzhiyun	select BR2_PACKAGE_LIBSEPOL
12*4882a593Smuzhiyun	help
13*4882a593Smuzhiyun	  restorecond is a daemon that watches for file creation and
14*4882a593Smuzhiyun	  then sets the default SELinux file context for that file.
15*4882a593Smuzhiyun
16*4882a593Smuzhiyun	  https://github.com/SELinuxProject/selinux/wiki/Releases
17*4882a593Smuzhiyun
18*4882a593Smuzhiyuncomment "restorecond needs a toolchain w/ wchar, threads, dynamic library"
19*4882a593Smuzhiyun	depends on BR2_USE_MMU
20*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR || \
21*4882a593Smuzhiyun		BR2_STATIC_LIBS
22