forked from pool/permissions
This commit is contained in:
parent
e09f9f3e78
commit
3685b1a0d9
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 7 10:42:53 CEST 2009 - meissner@suse.de
|
||||
|
||||
- also added KDE4 start_kdeinit (same source as kde3 start_kdeinit),
|
||||
bnc#523833
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 6 16:38:20 CEST 2009 - meissner@suse.de
|
||||
|
||||
- open-vm-tools gets setuid root:root in mode easy (bnc#474285)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 28 13:00:44 UTC 2009 - lnussel@suse.de
|
||||
|
||||
|
@ -262,6 +262,9 @@
|
||||
# used to distract the oom killer
|
||||
# #203535
|
||||
/opt/kde3/bin/start_kdeinit root:root 4755
|
||||
# bnc#523833
|
||||
/usr/lib/kde4/libexec/start_kdeinit root:root 4755
|
||||
/usr/lib64/kde4/libexec/start_kdeinit root:root 4755
|
||||
# edits /etc/smb.conf
|
||||
# #66312
|
||||
/usr/bin/fileshareset root:root 4755
|
||||
@ -405,3 +408,6 @@
|
||||
/usr/lib/virtualbox/VBoxBFE root:vboxusers 4750
|
||||
/usr/lib/virtualbox/VBoxHeadless root:vboxusers 4750
|
||||
/usr/lib/virtualbox/VBoxSDL root:vboxusers 4750
|
||||
|
||||
# open-vm-tools (bnc#474285)
|
||||
/usr/bin/vmware-user-suid-wrapper root:root 4755
|
||||
|
@ -275,6 +275,9 @@
|
||||
# used to distract the oom killer
|
||||
# #203535
|
||||
/opt/kde3/bin/start_kdeinit root:root 0755
|
||||
# bnc#523833
|
||||
/usr/lib/kde4/libexec/start_kdeinit root:root 0755
|
||||
/usr/lib64/kde4/libexec/start_kdeinit root:root 0755
|
||||
# edits /etc/smb.conf
|
||||
# #66312
|
||||
/usr/bin/fileshareset root:root 0755
|
||||
@ -419,3 +422,6 @@
|
||||
/usr/lib/virtualbox/VBoxBFE root:vboxusers 0755
|
||||
/usr/lib/virtualbox/VBoxHeadless root:vboxusers 0755
|
||||
/usr/lib/virtualbox/VBoxSDL root:vboxusers 0755
|
||||
|
||||
# open-vm-tools (bnc#474285)
|
||||
/usr/bin/vmware-user-suid-wrapper root:root 0755
|
||||
|
@ -300,6 +300,9 @@
|
||||
# used to distract the oom killer
|
||||
# #203535
|
||||
/opt/kde3/bin/start_kdeinit root:root 4755
|
||||
# bnc#523833
|
||||
/usr/lib/kde4/libexec/start_kdeinit root:root 4755
|
||||
/usr/lib64/kde4/libexec/start_kdeinit root:root 4755
|
||||
# edits /etc/smb.conf
|
||||
# #66312
|
||||
/usr/bin/fileshareset root:root 0755
|
||||
@ -444,3 +447,6 @@
|
||||
/usr/lib/virtualbox/VBoxBFE root:vboxusers 0755
|
||||
/usr/lib/virtualbox/VBoxHeadless root:vboxusers 0755
|
||||
/usr/lib/virtualbox/VBoxSDL root:vboxusers 0755
|
||||
|
||||
# open-vm-tools (bnc#474285)
|
||||
/usr/bin/vmware-user-suid-wrapper root:root 0755
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package permissions (Version 2009.7.29)
|
||||
# spec file for package permissions (Version 2009.8.7)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -22,7 +22,7 @@ Name: permissions
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Security
|
||||
AutoReqProv: on
|
||||
Version: 2009.7.29
|
||||
Version: 2009.8.7
|
||||
Release: 1
|
||||
Provides: aaa_base:/etc/permissions
|
||||
Requires: /sbin/SuSEconfig
|
||||
|
Loading…
Reference in New Issue
Block a user