Accepting request 400690 from home:tiwai:branches:Virtualization
- Update to version 0.9.40: * Added firecfg utility * New options: -nice, -cpu.print, -writable-etc, -writable-var, -read-only * X11 support: -x11 option (-x11=xpra, -x11=xephr) * Filetransfer options: –ls and –get * Added mkdir, ipc-namespace, and nosound profile commands * added net, ip, defaultgw, ip6, mac, mtu and iprange profile commands * Run time config support, man firejail-config * AppArmor fixes * Default seccomp filter update * Disable STUN/WebRTC in default netfilter configuration * Lots of new profiles OBS-URL: https://build.opensuse.org/request/show/400690 OBS-URL: https://build.opensuse.org/package/show/Virtualization/firejail?expand=0&rev=2
This commit is contained in:
parent
755e067884
commit
c0b4cdac0f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b61b15c03a30b92f5ffddc458b6488eedd1cf87ffe22d77d423e5a254efd16bb
|
|
||||||
size 157543
|
|
3
firejail-0.9.40.tar.bz2
Normal file
3
firejail-0.9.40.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:49ed9c76fb77bf71543f0e6cacf9491f8280ae5602ecf805b57a011b528222b6
|
||||||
|
size 197184
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 8 15:20:43 CEST 2016 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Update to version 0.9.40:
|
||||||
|
* Added firecfg utility
|
||||||
|
* New options: -nice, -cpu.print, -writable-etc, -writable-var,
|
||||||
|
-read-only
|
||||||
|
* X11 support: -x11 option (-x11=xpra, -x11=xephr)
|
||||||
|
* Filetransfer options: –ls and –get
|
||||||
|
* Added mkdir, ipc-namespace, and nosound profile commands
|
||||||
|
* added net, ip, defaultgw, ip6, mac, mtu and iprange profile
|
||||||
|
commands
|
||||||
|
* Run time config support, man firejail-config
|
||||||
|
* AppArmor fixes
|
||||||
|
* Default seccomp filter update
|
||||||
|
* Disable STUN/WebRTC in default netfilter configuration
|
||||||
|
* Lots of new profiles
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 17 17:13:03 CEST 2016 - tiwai@suse.de
|
Tue May 17 17:13:03 CEST 2016 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: firejail
|
Name: firejail
|
||||||
Version: 0.9.38
|
Version: 0.9.40
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Linux namepaces sandbox program
|
Summary: Linux namepaces sandbox program
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
Url: http://firejail.sourceforge.net
|
Url: https://firejail.wordpress.com/
|
||||||
Source0: http://firejail.sourceforge.net/%{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
Source1: %{name}.rpmlintrc
|
Source1: %{name}.rpmlintrc
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
Requires(pre): permissions
|
Requires(pre): permissions
|
||||||
@ -59,6 +59,7 @@ make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%verify(not user group mode) %{_bindir}/firejail
|
%verify(not user group mode) %{_bindir}/firejail
|
||||||
|
%{_bindir}/firecfg
|
||||||
%{_bindir}/firemon
|
%{_bindir}/firemon
|
||||||
%{_datadir}/bash-completion
|
%{_datadir}/bash-completion
|
||||||
%{_libdir}/%{name}
|
%{_libdir}/%{name}
|
||||||
|
Loading…
Reference in New Issue
Block a user