mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
fixups
This commit is contained in:
parent
0d875d2d53
commit
31dc1218aa
2 changed files with 4 additions and 1 deletions
|
|
@ -176,7 +176,9 @@ DISTFILES_TEST = "test/apps test/apps-x11 test/apps-x11-xorg test/root test/fcop
|
|||
|
||||
dist:
|
||||
mv config.status config.status.old
|
||||
mv mkdeb.sh mkdeb.sh.old
|
||||
make distclean
|
||||
mv mkdeb.sh.old mkdeb.sh
|
||||
mv config.status.old config.status
|
||||
rm -fr $(NAME)-$(VERSION) $(NAME)-$(VERSION).tar.xz
|
||||
mkdir -p $(NAME)-$(VERSION)/test
|
||||
|
|
|
|||
|
|
@ -25,7 +25,8 @@ apparmor
|
|||
caps.drop all
|
||||
ipc-namespace
|
||||
machine-id
|
||||
net none
|
||||
#net none -- breaks currency conversion
|
||||
netfilter
|
||||
no3d
|
||||
nodvd
|
||||
nogroups
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue