Skip to content

Commit

Permalink
Merge branch 'master' of ssh://github.com/netblue30/firejail
Browse files Browse the repository at this point in the history
  • Loading branch information
netblue30 committed Jun 18, 2022
2 parents c7e4c8e + fddab1d commit 964fe43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions contrib/update_deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ set -e

git clone --depth=1 https://github.com/netblue30/firejail.git
cd firejail
./configure --enable-apparmor --prefix=/usr
./configure

# Fix https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=916920
sed -i "s/# restricted-network .*/restricted-network yes/" \
etc/firejail.config

make deb
make deb-apparmor
sudo dpkg -i firejail*.deb
echo "Firejail updated."
cd ..
Expand Down
2 changes: 1 addition & 1 deletion src/lib/errno.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ typedef struct {

static ErrnoEntry errnolist[] = {
//
// code generated using tools/extract-errnos
// code generated using ../tools/extract_errnos.sh
//
{"EPERM", EPERM},
{"ENOENT", ENOENT},
Expand Down

0 comments on commit 964fe43

Please sign in to comment.