[PATCH v8 06/13] fstests: add SEMANAGE_PROG
Anand Jain <[email protected]> Sat, 25 Jul 2026 15:39:03 +0800
| Newsgroups | org.kernel.vger.fstests,net.sourceforge.lists.linux-f2fs-devel,org.kernel.vger.linux-btrfs,org.kernel.vger.linux-ext4,org.kernel.vger.linux-xfs |
|---|---|
| Message-ID | <97b71706f0c127ec1bf4c73cd97e664fbeb03086.1784949155.git.asj@kernel.org> |
Define `SEMANAGE_PROG` for an upcoming test case that uses `semanage(8)`. Signed-off-by: Anand Jain <[email protected]> --- common/config | 1 + 1 file changed, 1 insertion(+) diff --git a/common/config b/common/config index 5661fa0ec310..d760b796ce86 100644 --- a/common/config +++ b/common/config @@ -243,6 +243,7 @@ export PARTED_PROG="$(type -P parted)" export XFS_PROPERTY_PROG="$(type -P xfs_property)" export FSCRYPTCTL_PROG="$(type -P fscryptctl)" export FSNOTIFYWAIT_PROG="$(type -P fsnotifywait)" +export SEMANAGE_PROG="$(type -P semanage)" # udev wait functions. # -- 2.43.0