On Thu, Jul 6, 2023 at 10:43 AM Christian Göttsche <cgzones@xxxxxxxxxxxxxx> wrote: > > setsebool does not directly use any symbols from libsepol. Any > transitional ones, via libsemanage, are available by linking against > libsemanage. > > Signed-off-by: Christian Göttsche <cgzones@xxxxxxxxxxxxxx> Acked-by: James Carter <jwcart2@xxxxxxxxx> > --- > policycoreutils/setsebool/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/policycoreutils/setsebool/Makefile b/policycoreutils/setsebool/Makefile > index 4b55046c..c1440c1c 100644 > --- a/policycoreutils/setsebool/Makefile > +++ b/policycoreutils/setsebool/Makefile > @@ -6,7 +6,7 @@ MANDIR = $(PREFIX)/share/man > BASHCOMPLETIONDIR ?= $(PREFIX)/share/bash-completion/completions > > CFLAGS ?= -Werror -Wall -W > -override LDLIBS += -lsepol -lselinux -lsemanage > +override LDLIBS += -lselinux -lsemanage > SETSEBOOL_OBJS = setsebool.o > > BASHCOMPLETIONS=setsebool-bash-completion.sh > -- > 2.40.1 >