meta-selinux/recipes-security
Sasi Kumar Maddineni 7bbd3b12d8 refpolicy: Use selinux tools from recipe-sysroot path
The following code snippet from refpolicy shows that the host machine's
/sbin, /usr/bin, /usr/sbin paths were configured to use selinux tools,
instead from yocto build recipe-sysroot paths.

refpolicy/Makefile:47:BINDIR ?= /usr/bin
refpolicy/Makefile:48:SBINDIR ?= /usr/sbin
refpolicy/Makefile:63:tc_usrbindir := $(BINDIR)
refpolicy/Makefile:64:tc_usrsbindir := $(SBINDIR)
refpolicy/Makefile:65:tc_sbindir := /sbin

Fix: Configured 'tc_usrsbindir' and 'tc_sbindir' with yocto build
recipe-sysroot paths. 'tc_usrbindir' already configured as
per recipe-sysroot paths.

Signed-off-by: Sasi Kumar Maddineni <quic_sasikuma@quicinc.com>
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
2025-10-23 10:48:27 +08:00
..
images core-image-selinux.bb: remove trailing whitespace 2019-04-14 17:07:16 -04:00
packagegroups packagegroup-selinux-minimal: add missing runtime dependency selinux-autorelabel 2024-06-26 11:09:53 -04:00
refpolicy refpolicy: Use selinux tools from recipe-sysroot path 2025-10-23 10:48:27 +08:00
selinux selinux-python: fix No module named pip 2025-08-27 22:56:12 +08:00
selinux-scripts Adapt to UNPACKDIR changes 2025-06-30 13:38:18 +08:00
setools setools: upgrade 4.5.1 -> 4.6.0 2025-09-23 14:19:38 +08:00