From 1c7dc8d675a754d72a0fdce9c9a42e38624099a8 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Fri, 24 Jun 2022 06:25:46 -0300 Subject: [PATCH] test/fs: enable private-lib in firejail.config Before running test/fs/private-lib.exp. Inspired by the configuration changes that are done on test/root/checkcfg.exp. Reason: Since commit 9741d0b60 ("fix disabled private-lib in /etc/firejail/firejail.config", 2022-06-23), the "build_and_test" job fails with the following error[1]: TESTING: private-lib (test/fs/private-lib.exp) spawn /bin/bash firejail --private-lib --private-bin=sh,bash,dash,ps,grep,ls,find,echo,stty runner@fv-az489-993:~/work/firejail/firejail/test/fs$ > "$fjconfig" echo "TESTING: private-lib (test/fs/private-lib.exp)" ./private-lib.exp + printf '%s\n' "$(sed '/^private-lib yes$/d' "$fjconfig")" > "$fjconfig" else echo "TESTING SKIP: private-lib test implemented only for x86_64." fi