From 92d59b7bdb43a89dfc1601574a13b8c4c489a7bb Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Fri, 24 Jun 2022 06:25:46 -0300 Subject: 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$ /dev/null echo "TESTING: private-lib (test/fs/private-lib.exp)" ./private-lib.exp + printf '%s\n' "$(sed '/^private-lib yes$/d' "$fjconfig")" | + sudo tee "$fjconfig" >/dev/null else echo "TESTING SKIP: private-lib test implemented only for x86_64." fi -- cgit v1.2.3-54-g00ecf