- update to version 0.9.56:
* modif: removed CFG_CHROOT_DESKTOP configuration option * modif: removed compile time --enable-network=restricted * modif: removed compile time --disable-bind * modif: --net=none allowed even if networking was disabled at compile time or at run time * modif: allow system users to run the sandbox * support wireless devices in --net option * support tap devices in --net option (tunneling support) * allow IP address configuration if the parent interface specified by --net is not configured (--netmask) * support for firetunnel utility * disable U2F devices (--nou2f) * add --private-cache to support private ~/.cache * support full paths in private-lib * globbing support in private-lib * support for local user directories in firecfg (--bindir) * new profiles: ms-excel, ms-office, ms-onenote, ms-outlook, ms-powerpoint, * new profiles: ms-skype, ms-word, riot-desktop, gnome-mpv, snox, gradio, * new profiles: standardnotes-desktop, shellcheck, patch, flameshot, * new profiles: rview, rvim, vimcat, vimdiff, vimpager, vimtutor, xxd, * new profiles: Beaker, electrum, clamtk, pybitmessage, dig, whois, * new profiles: jdownloader, Fluxbox, Blackbox, Awesome, i3 * new profiles: start-tor-browser.desktop OBS-URL: https://build.opensuse.org/package/show/Virtualization/firejail?expand=0&rev=14
This commit is contained in:
parent
6a7a47dd31
commit
2892572be0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ce996854278863f3e91ff185198c7cc1377fb70053d37a43e3b1ef1021c57756
|
|
||||||
size 315884
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCAAdFiEE+VEWSZX1xABqc0EeLMs2rfxYSacFAlr8NyMACgkQLMs2rfxY
|
|
||||||
Sadqpgf/fUTS0ITcZaMzBFQgWd2dvFBusAGD8HDkxgp7ITy8/t9i49Ix/0KJAzdE
|
|
||||||
vrQmJ2+5emBVjG9R50t/1G+JxNMMg5e8mK2/XA4kHFVqtmws/E3islC169fOVObV
|
|
||||||
EE4Gi6N6pTKoLholrLdZuvS7GyPCp3pf6WWLZkpCOAx73j3RCdIiXdP1iSf2uZLQ
|
|
||||||
/5+QBIQO8g+E1RpLls18QyNuQz4kw988w9/6dzvha5lFB5DMdPgjEzAL50B6Etiq
|
|
||||||
pLtziooy58kWiFpTfDRi3//xfpTSIYa0QIwFyy4sUUbiifv+Lvqe42cqD+AK9/6H
|
|
||||||
1rLWthvezOS4aSizp+ApGlQaFrOI8w==
|
|
||||||
=fc0E
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
firejail-0.9.56.tar.xz
Normal file
3
firejail-0.9.56.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:41844487c700eeb3ac76235a555ba48dd40b42a1de2892aad329c4901478312d
|
||||||
|
size 327336
|
11
firejail-0.9.56.tar.xz.asc
Normal file
11
firejail-0.9.56.tar.xz.asc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCAAdFiEE+VEWSZX1xABqc0EeLMs2rfxYSacFAluhEPQACgkQLMs2rfxY
|
||||||
|
SafpDAf/XpsPGdmXCsIWL4DHJoYSlh6yzZi0KdUJ2BV2rBzN5aPL+y4tFnsXMClN
|
||||||
|
xAaYZb1gHWLe0BHYVcy7v7pGmXVZslVo3MLl7Rjr7OYViuW/GfuOBYTiYFbG4GzL
|
||||||
|
gdyU4A11jy8MJGXZAGs+od+yvirftpDgh4WEZoBiDd5VSYizGh0yP2QMjWZjYxWx
|
||||||
|
dVOJo4dtcaoVHBFHCxPnyH4tUrjJyIFIp0+pSUdLD1yUpBVRFkbvcWMVK2NIKUuj
|
||||||
|
NU+6DmM4cFuchsuyeDNN6kJS7DeeB/AwbaVp6XOpxiz3xNNKokQfH7bYZDanISkn
|
||||||
|
r8iI9K0DB4JPIflA08JFunwTuFSjDg==
|
||||||
|
=0hLK
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 22 09:11:21 UTC 2018 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||||
|
|
||||||
|
- update to version 0.9.56:
|
||||||
|
* modif: removed CFG_CHROOT_DESKTOP configuration option
|
||||||
|
* modif: removed compile time --enable-network=restricted
|
||||||
|
* modif: removed compile time --disable-bind
|
||||||
|
* modif: --net=none allowed even if networking was disabled at compile
|
||||||
|
time or at run time
|
||||||
|
* modif: allow system users to run the sandbox
|
||||||
|
* support wireless devices in --net option
|
||||||
|
* support tap devices in --net option (tunneling support)
|
||||||
|
* allow IP address configuration if the parent interface specified
|
||||||
|
by --net is not configured (--netmask)
|
||||||
|
* support for firetunnel utility
|
||||||
|
* disable U2F devices (--nou2f)
|
||||||
|
* add --private-cache to support private ~/.cache
|
||||||
|
* support full paths in private-lib
|
||||||
|
* globbing support in private-lib
|
||||||
|
* support for local user directories in firecfg (--bindir)
|
||||||
|
* new profiles: ms-excel, ms-office, ms-onenote, ms-outlook, ms-powerpoint,
|
||||||
|
* new profiles: ms-skype, ms-word, riot-desktop, gnome-mpv, snox, gradio,
|
||||||
|
* new profiles: standardnotes-desktop, shellcheck, patch, flameshot,
|
||||||
|
* new profiles: rview, rvim, vimcat, vimdiff, vimpager, vimtutor, xxd,
|
||||||
|
* new profiles: Beaker, electrum, clamtk, pybitmessage, dig, whois,
|
||||||
|
* new profiles: jdownloader, Fluxbox, Blackbox, Awesome, i3
|
||||||
|
* new profiles: start-tor-browser.desktop
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 11 08:12:48 UTC 2018 - Markos Chandras <mchandras@suse.de>
|
Tue Sep 11 08:12:48 UTC 2018 - Markos Chandras <mchandras@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package firejail
|
# spec file for package firejail
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,22 +12,22 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: firejail
|
Name: firejail
|
||||||
Version: 0.9.54
|
Version: 0.9.56
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Linux namepaces sandbox program
|
Summary: Linux namepaces sandbox program
|
||||||
License: GPL-2.0
|
License: GPL-2.0-only
|
||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
Url: https://firejail.wordpress.com/
|
Url: https://firejail.wordpress.com/
|
||||||
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
|
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
|
||||||
Source1: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz.asc
|
Source1: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz.asc
|
||||||
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libapparmor-devel
|
BuildRequires: libapparmor-devel
|
||||||
BuildRequires: fdupes
|
|
||||||
Requires(pre): shadow
|
Requires(pre): shadow
|
||||||
PreReq: permissions
|
PreReq: permissions
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user