Commit Graph

64 Commits

Author SHA256 Message Date
Stephan Kulow
a4db418e24 Accepting request 162719 from security:SELinux
- fixed source url in libselinux-bindings.spec
- removed old tarball

- fix source url
- document changes in libselinux-rhat.patch from previous submission:
  (most code of the removed code was integrated upstream)
  * Add matchpathcon -P /etc/selinux/mls support by allowing users
    to set alternate root
  * Add new constant SETRANS_DIR which points to the directory
    where mstransd can find the socket and libvirt can write its
    translations files

-update to 2.1.13
 * audit2why: make sure path is nul terminated
 * utils: new file context regex compiler
 * label_file: use precompiled filecontext when possible
 * do not leak mmapfd
 * sefcontontext_compile: Add error handling to help debug problems in libsemanage.
 * man: make selinux.8 mention service man pages
 * audit2why: Fix segfault if finish() called twice
 * audit2why: do not leak on multiple init() calls
 * mode_to_security_class: interface to translate a mode_t in to a security class
 * audit2why: Cleanup audit2why analysys function
 * man: Fix program synopsis and function prototypes in man pages
 * man: Fix man pages formatting
 * man: Fix typo in man page
 * man: Add references and man page links to _raw function variants
 * Use ENOTSUP instead of EOPNOTSUPP for getfilecon functions
 * man: context_new(3): fix the return value description
 * selinux_status_open: handle error from sysconf

OBS-URL: https://build.opensuse.org/request/show/162719
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libselinux?expand=0&rev=36
2013-04-07 12:23:14 +00:00
d5e79fae52 fixed source url
OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libselinux?expand=0&rev=67
2013-04-05 08:29:00 +00:00
9f921c5cff use correct source url
OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libselinux?expand=0&rev=66
2013-04-05 08:24:08 +00:00
08d19fcab7 Accepting request 162652 from home:vitezslav_cizek:branches:security:SELinux
- fixed source url in libselinux-bindings.spec
- removed old tarball

OBS-URL: https://build.opensuse.org/request/show/162652
OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libselinux?expand=0&rev=65
2013-04-05 07:46:43 +00:00
4b0ee85c84 Accepting request 162382 from home:vitezslav_cizek:branches:security:SELinux
- fix source url
- document changes in libselinux-rhat.patch from previous submission:
  (most code of the removed code was integrated upstream)
  * Add matchpathcon -P /etc/selinux/mls support by allowing users
    to set alternate root
  * Add new constant SETRANS_DIR which points to the directory
    where mstransd can find the socket and libvirt can write its
    translations files

OBS-URL: https://build.opensuse.org/request/show/162382
OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libselinux?expand=0&rev=64
2013-04-03 13:10:52 +00:00
eed1af708c Accepting request 161739 from home:vitezslav_cizek:branches:security:SELinux
-update to 2.1.13
 * audit2why: make sure path is nul terminated
 * utils: new file context regex compiler
 * label_file: use precompiled filecontext when possible
 * do not leak mmapfd
 * sefcontontext_compile: Add error handling to help debug problems in libsemanage.
 * man: make selinux.8 mention service man pages
 * audit2why: Fix segfault if finish() called twice
 * audit2why: do not leak on multiple init() calls
 * mode_to_security_class: interface to translate a mode_t in to a security class
 * audit2why: Cleanup audit2why analysys function
 * man: Fix program synopsis and function prototypes in man pages
 * man: Fix man pages formatting
 * man: Fix typo in man page
 * man: Add references and man page links to _raw function variants
 * Use ENOTSUP instead of EOPNOTSUPP for getfilecon functions
 * man: context_new(3): fix the return value description
 * selinux_status_open: handle error from sysconf
 * selinux_status_open: do not leak statusfd on exec
 * Fix errors found by coverity
 * Change boooleans.subs to booleans.subs_dist.
 * optimize set*con functions
 * pkg-config do not specifc ruby version
 * unmap file contexts on selabel_close()
 * do not leak file contexts with mmap'd backend
 * sefcontext_compile: do not leak fd on error
 * matchmediacon: do not leak fd
 * src/label_android_property: do not leak fd on error

OBS-URL: https://build.opensuse.org/request/show/161739
OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libselinux?expand=0&rev=63
2013-04-02 11:49:27 +00:00
Stephan Kulow
f33866f7c1 Accepting request 157813 from security:SELinux
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/157813
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libselinux?expand=0&rev=35
2013-03-08 09:52:39 +00:00
Vítězslav Čížek
0fcea24e2c - added BuildRequires: pcre-devel
OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libselinux?expand=0&rev=61
2013-02-01 13:33:54 +00:00
Vítězslav Čížek
0586d2c8c0 Accepting request 150434 from home:vitezslav_cizek:branches:security:SELinux
- update to 2.1.12

- update to 2.1.12
  - added the recent libselinux-rhat.patch
  * Add support for lxc_contexts_path
  * utils: add service to getdefaultcon
  * libsemanage: do not set soname needlessly
  * libsemanage: remove PYTHONLIBDIR and ruby equivalent
  * boolean name equivalency
  * getsebool: support boolean name substitution
  * Add man page for new selinux_boolean_sub function.
  * expose selinux_boolean_sub
  * matchpathcon: add -m option to force file type check
  * utils: avcstat: clear sa_mask set
  * seusers: Check for strchr failure
  * booleans: initialize pointer to silence coveriety
  * stop messages when SELinux disabled
  * Ensure that we only close the selinux netlink socket once.
  * improve the file_contexts.5 manual page
  * Fortify source now requires all code to be compiled with -O flag
  * asprintf return code must be checked
  * avc_netlink_recieve handle EINTR
  * audit2why: silence -Wmissing-prototypes warning
  * libsemanage: remove build warning when build swig c files
  * matchpathcon: bad handling of symlinks in /
  * seusers: remove unused lineno
  * seusers: getseuser: gracefully handle NULL service
  * New Android property labeling backend
  * label_android_property whitespace cleanups
  * additional makefile support for rubywrap

OBS-URL: https://build.opensuse.org/request/show/150434
OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libselinux?expand=0&rev=60
2013-01-31 15:22:24 +00:00
Vítězslav Čížek
db430ea9d8 Accepting request 147460 from home:jengelh:branches:security:SELinux
- Remove obsolete defines/sections

OBS-URL: https://build.opensuse.org/request/show/147460
OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libselinux?expand=0&rev=59
2013-01-08 10:50:42 +00:00
Stephan Kulow
a75493ab93 Accepting request 145499 from security:SELinux
- update selinux-ready script
  * use -L when stat()ing /etc/selinux/config
  * make sure that SELINUX isn't disabled in /etc/selinux/config
  * look for either of /sys/fs/selinux and /selinux directory
  * use systemctl to check for restorecond
  * don't look for booleans file (deprecated) (forwarded request 145303 from vitezslav_cizek)

OBS-URL: https://build.opensuse.org/request/show/145499
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libselinux?expand=0&rev=33
2012-12-17 08:34:47 +00:00
Thomas Biege
f023200040 Accepting request 145303 from home:vitezslav_cizek:branches:security:SELinux
- update selinux-ready script
  * use -L when stat()ing /etc/selinux/config
  * make sure that SELINUX isn't disabled in /etc/selinux/config
  * look for either of /sys/fs/selinux and /selinux directory
  * use systemctl to check for restorecond
  * don't look for booleans file (deprecated)

OBS-URL: https://build.opensuse.org/request/show/145303
OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libselinux?expand=0&rev=57
2012-12-14 14:01:01 +00:00
Stephan Kulow
e439726b3c Accepting request 143256 from security:SELinux
- update selinux-ready script (forwarded request 143038 from vitezslav_cizek)

OBS-URL: https://build.opensuse.org/request/show/143256
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libselinux?expand=0&rev=32
2012-11-28 10:07:37 +00:00
a3f964e427 Accepting request 143038 from home:vitezslav_cizek:branches:security:SELinux
- update selinux-ready script

OBS-URL: https://build.opensuse.org/request/show/143038
OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libselinux?expand=0&rev=55
2012-11-27 14:46:54 +00:00
Ismail Dönmez
397aaff701 Accepting request 130613 from security:SELinux
- updated to 2.1.9 again (see below)

- updated to 2.1.9 again (see below)

OBS-URL: https://build.opensuse.org/request/show/130613
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libselinux?expand=0&rev=31
2012-08-12 13:26:33 +00:00
9696cb31b5 - updated to 2.1.9 again (see below)
OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libselinux?expand=0&rev=53
2012-08-10 19:40:37 +00:00
146d4e58d3 selinuxexeccon
OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libselinux?expand=0&rev=52
2012-07-25 13:33:06 +00:00
80abb8133f refreshed patch
OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libselinux?expand=0&rev=51
2012-07-25 11:46:17 +00:00
4d8da5108c libsepol adjust
OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libselinux?expand=0&rev=50
2012-07-25 11:25:26 +00:00
caf7403104 - updated to 2.1.9 again (see below)
OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libselinux?expand=0&rev=49
2012-07-25 11:15:17 +00:00
7c362e0eae update to 2.1.9
OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libselinux?expand=0&rev=48
2012-07-25 11:14:53 +00:00
Stephan Kulow
896ade5712 Accepting request 124807 from security:SELinux
- go back even more - everything else requires the full SELinux stack
  (too late for 12.2)

OBS-URL: https://build.opensuse.org/request/show/124807
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libselinux?expand=0&rev=29
2012-06-13 15:07:18 +00:00
Stephan Kulow
635090ad03 - go back even more - everything else requires the full SELinux stack
(too late for 12.2)

OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libselinux?expand=0&rev=46
2012-06-13 08:57:05 +00:00
Stephan Kulow
182b9dd16a Accepting request 124408 from security:SELinux
- revert back to 2.0.98 for 12.2

OBS-URL: https://build.opensuse.org/request/show/124408
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libselinux?expand=0&rev=28
2012-06-12 05:16:39 +00:00
Stephan Kulow
8dbca95ae6 rebase
OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libselinux?expand=0&rev=44
2012-06-11 09:22:55 +00:00
Factory Maintainer
5fb9d20e5b - revert back to 2.0.98 for 12.2
OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libselinux?expand=0&rev=43
2012-06-11 09:09:02 +00:00
Stephan Kulow
d4d5b109f3 Accepting request 123490 from security:SELinux
update to libselinux-2.1.9, needed for rpm-4.10.0 update (forwarded request 123445 from mlschroe)

OBS-URL: https://build.opensuse.org/request/show/123490
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libselinux?expand=0&rev=27
2012-06-05 14:00:35 +00:00
Factory Maintainer
4835d98054 Accepting request 123445 from home:mlschroe:branches:security:SELinux
update to libselinux-2.1.9, needed for rpm-4.10.0 update

OBS-URL: https://build.opensuse.org/request/show/123445
OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libselinux?expand=0&rev=41
2012-06-04 13:46:09 +00:00
Stephan Kulow
90b6665296 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libselinux?expand=0&rev=26
2011-12-06 17:25:36 +00:00
Stephan Kulow
d1705d1992 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libselinux?expand=0&rev=25
2011-12-06 17:25:35 +00:00
Lars Vogdt
f5590c9e4e Accepting request 86934 from security:SELinux
- cross-build fix: use %__cc macro (forwarded request 86730 from uli_suse)

OBS-URL: https://build.opensuse.org/request/show/86934
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libselinux?expand=0&rev=23
2011-10-06 22:49:06 +00:00
Pavol Rusnak
c282115149 Accepting request 86730 from home:uli_suse:branches:security:SELinux
- cross-build fix: use %__cc macro

OBS-URL: https://build.opensuse.org/request/show/86730
OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libselinux?expand=0&rev=39
2011-10-06 15:08:08 +00:00
OBS User autobuild
bf48b4a863 Accepting request 49868 from security:SELinux
Copy from security:SELinux/libselinux based on submit request 49868 from user coolo

OBS-URL: https://build.opensuse.org/request/show/49868
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libselinux?expand=0&rev=21
2010-10-07 23:22:33 +00:00
OBS User autobuild
697924a3ac Accepting request 49868 from security:SELinux
checked in (request 49868)

OBS-URL: https://build.opensuse.org/request/show/49868
OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libselinux?expand=0&rev=38
2010-10-07 23:22:32 +00:00
Pavol Rusnak
795e4e79c0 Accepting request 42138 from home:jengelh:smp
Copy from home:jengelh:smp/libselinux via accept of submit request 42138 revision 2.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/42138
OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libselinux?expand=0&rev=37
2010-06-28 14:23:29 +00:00
OBS User autobuild
89699aeb33 Accepting request 39299 from security:SELinux
Copy from security:SELinux/libselinux based on submit request 39299 from user prusnak

OBS-URL: https://build.opensuse.org/request/show/39299
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libselinux?expand=0&rev=18
2010-05-03 15:33:38 +00:00
OBS User buildservice-autocommit
fbdcd4d44c Updating link to change in openSUSE:Factory/libselinux revision 18.0
OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libselinux?expand=0&rev=c51e2a0d4e7a4d0dce039ababe8991d4
2010-05-03 15:33:38 +00:00
OBS User autobuild
ef866d104a Accepting request 39299 from security:SELinux
checked in (request 39299)

OBS-URL: https://build.opensuse.org/request/show/39299
OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libselinux?expand=0&rev=36
2010-05-03 15:33:36 +00:00
Pavol Rusnak
2a547c808f - don't package /var/run/setrans in libselinux1 package
- Feature#303793
  - the directory will be created in initscript of mcstrans package

OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libselinux?expand=0&rev=35
2010-05-03 10:32:02 +00:00
OBS User autobuild
b524cd9845 Accepting request 38664 from security:SELinux
Copy from security:SELinux/libselinux based on submit request 38664 from user coolo

OBS-URL: https://build.opensuse.org/request/show/38664
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libselinux?expand=0&rev=17
2010-04-24 10:21:00 +00:00
OBS User buildservice-autocommit
6bbf9965aa Updating link to change in openSUSE:Factory/libselinux revision 17.0
OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libselinux?expand=0&rev=0d1984cd7cb835123a8189e5868990a1
2010-04-24 10:21:00 +00:00
OBS User autobuild
7633b8546d Accepting request 38664 from security:SELinux
checked in (request 38664)

OBS-URL: https://build.opensuse.org/request/show/38664
OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libselinux?expand=0&rev=34
2010-04-24 10:20:57 +00:00
Stephan Kulow
356b03165d Accepting request 38663 from home:coolo:branches:openSUSE:Factory
Copy from home:coolo:branches:openSUSE:Factory/libselinux via accept of submit request 38663 revision 2.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/38663
OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libselinux?expand=0&rev=33
2010-04-24 10:00:45 +00:00
OBS User autobuild
743596a9be Accepting request 38022 from security:SELinux
Copy from security:SELinux/libselinux based on submit request 38022 from user thomasbiege

OBS-URL: https://build.opensuse.org/request/show/38022
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libselinux?expand=0&rev=16
2010-04-23 17:09:34 +00:00
OBS User buildservice-autocommit
e522556f15 Updating link to change in openSUSE:Factory/libselinux revision 16.0
OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libselinux?expand=0&rev=a9b6679017fe3ea452018d9cfb04ecda
2010-04-23 17:09:34 +00:00
OBS User autobuild
789565776a Accepting request 38022 from security:SELinux
checked in (request 38022)

OBS-URL: https://build.opensuse.org/request/show/38022
OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libselinux?expand=0&rev=32
2010-04-23 17:09:33 +00:00
Thomas Biege
de18b4dd92 Accepting request 37464 from home:thomasbiege:branches:security:SELinux
Copy from home:thomasbiege:branches:security:SELinux/libselinux via accept of submit request 37464 revision 2.
Request was accepted with message:

ok

OBS-URL: https://build.opensuse.org/request/show/37464
OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libselinux?expand=0&rev=31
2010-04-09 07:41:21 +00:00
Thomas Biege
84260a568e Accepting request 37315 from home:thomasbiege:branches:security:SELinux
Copy from home:thomasbiege:branches:security:SELinux/libselinux via accept of submit request 37315 revision 2.
Request was accepted with message:
ok

OBS-URL: https://build.opensuse.org/request/show/37315
OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libselinux?expand=0&rev=30
2010-04-08 08:06:15 +00:00
Thomas Biege
56b6dc1745 Accepting request 37222 from home:thomasbiege:branches:security:SELinux
Copy from home:thomasbiege:branches:security:SELinux/libselinux via accept of submit request 37222 revision 5.
Request was accepted with message:
ok

OBS-URL: https://build.opensuse.org/request/show/37222
OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libselinux?expand=0&rev=29
2010-04-07 13:40:02 +00:00
OBS User autobuild
8854bba927 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libselinux?expand=0&rev=15 2010-03-18 15:05:19 +00:00