forked from pool/tomoyo-tools
Accepting request 150283 from security
- Updated to 2.5.0-20120805 snapshot to work with newer kernels bnc#800993 - Rebased using ccs-tools-1.8.3. - /usr/sbin/tomoyo-queryd Use query id rather than global PID when reading or updating target process's domain policy. - /usr/lib/tomoyo/init_policy Add "socket:[family=\\$:type=\\$:protocol=\\$]" to ANY_PATHNAME group. - /sbin/tomoyo-init Parse statistics lines correctly. - /usr/sbin/tomoyo-editpolicy Print number of selected entries if any. - /usr/lib/libtomoyotools.so Fix IP address parsing. - /usr/sbin/tomoyo-checkpolicy Fix namespace prefix parsing in exception policy. - Rename manpage for init_policy to tomoyo_init_policy (to allow parallel installation of ccs-tools package). OBS-URL: https://build.opensuse.org/request/show/150283 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tomoyo-tools?expand=0&rev=14
This commit is contained in:
commit
853487a1b3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c18efcfbbeb0cbcb509afff02e9b8681bf8e40fe952ae8a5025a6e66c743e856
|
|
||||||
size 166922
|
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v2.0.14 (GNU/Linux)
|
|
||||||
|
|
||||||
iEYEABECAAYFAk6EVdYACgkQUDraOEuXWpjcVwCeKID7RQ/Y9D0PkvUsSOAaqoYr
|
|
||||||
nIEAnA4uFBM/S0APXhjUzhcN72TYRE/V
|
|
||||||
=Jn8+
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
tomoyo-tools-2.5.0-20120805.tar.gz
Normal file
3
tomoyo-tools-2.5.0-20120805.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:02775b3f48dd08011775cf2b43dec788f7858f74201883eee0705594a25a75dc
|
||||||
|
size 210535
|
7
tomoyo-tools-2.5.0-20120805.tar.gz.asc
Normal file
7
tomoyo-tools-2.5.0-20120805.tar.gz.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v2.0.14 (GNU/Linux)
|
||||||
|
|
||||||
|
iEYEABECAAYFAlAeHZAACgkQUDraOEuXWpgL8QCfcxAabrb18Y47tKOQ4RRGIK9u
|
||||||
|
M0cAoJ9cWSnrdlSenQTgQUjp+1uK0zxK
|
||||||
|
=/2C4
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 29 12:28:35 UTC 2013 - meissner@suse.com
|
||||||
|
|
||||||
|
- Updated to 2.5.0-20120805 snapshot to work with newer kernels
|
||||||
|
bnc#800993
|
||||||
|
- Rebased using ccs-tools-1.8.3.
|
||||||
|
- /usr/sbin/tomoyo-queryd
|
||||||
|
Use query id rather than global PID when reading or updating target
|
||||||
|
process's domain policy.
|
||||||
|
- /usr/lib/tomoyo/init_policy
|
||||||
|
Add "socket:[family=\\$:type=\\$:protocol=\\$]" to ANY_PATHNAME group.
|
||||||
|
- /sbin/tomoyo-init
|
||||||
|
Parse statistics lines correctly.
|
||||||
|
- /usr/sbin/tomoyo-editpolicy
|
||||||
|
Print number of selected entries if any.
|
||||||
|
- /usr/lib/libtomoyotools.so
|
||||||
|
Fix IP address parsing.
|
||||||
|
- /usr/sbin/tomoyo-checkpolicy
|
||||||
|
Fix namespace prefix parsing in exception policy.
|
||||||
|
- Rename manpage for init_policy to tomoyo_init_policy
|
||||||
|
(to allow parallel installation of ccs-tools package).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 29 19:20:40 CET 2012 - sbrabec@suse.cz
|
Thu Nov 29 19:20:40 CET 2012 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package tomoyo-tools
|
# spec file for package tomoyo-tools
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products 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
|
||||||
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define downloadver 2.4.0-20110929
|
%define downloadver 2.5.0-20120805
|
||||||
|
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
|
|
||||||
@ -25,10 +25,10 @@ Summary: Userspace tools for TOMOYO Linux 2.4.x
|
|||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
Url: http://sourceforge.jp/projects/tomoyo/
|
Url: http://sourceforge.jp/projects/tomoyo/
|
||||||
Version: 2.4.0.20110929
|
Version: 2.5.0.20120805
|
||||||
Release: 0
|
Release: 0
|
||||||
Source0: http://sourceforge.jp/frs/redir.php?f=/tomoyo/52848/tomoyo-tools-%{downloadver}.tar.gz
|
Source0: http://osdn.dl.sourceforge.jp/tomoyo/53357/tomoyo-tools-%{downloadver}.tar.gz
|
||||||
Source1: http://sourceforge.jp/frs/redir.php?f=/tomoyo/52848/tomoyo-tools-%{downloadver}.tar.gz.asc
|
Source1: http://osdn.dl.sourceforge.jp/tomoyo/53357/tomoyo-tools-%{downloadver}.tar.gz.asc
|
||||||
Source2: %{name}.keyring
|
Source2: %{name}.keyring
|
||||||
BuildRequires: gpg-offline
|
BuildRequires: gpg-offline
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user