forked from pool/permissions
This commit is contained in:
parent
f36eb0cf6d
commit
c4d06c95d5
@ -175,8 +175,9 @@
|
|||||||
# netatalk printer daemon: sgid not needed any more with cups.
|
# netatalk printer daemon: sgid not needed any more with cups.
|
||||||
/usr/sbin/papd root:lp 0755
|
/usr/sbin/papd root:lp 0755
|
||||||
|
|
||||||
# safe as long as we don't change files below it (#103186)
|
# games:games 775 safe as long as we don't change files below it (#103186)
|
||||||
/var/games/ games:games 0775
|
# still people do it (#429882) so root:root 755 is the consequence.
|
||||||
|
/var/games/ root:root 0755
|
||||||
|
|
||||||
# No longer common. Set setuid bit yourself if you need it
|
# No longer common. Set setuid bit yourself if you need it
|
||||||
# (#66191)
|
# (#66191)
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 25 15:38:39 CEST 2008 - lnussel@suse.de
|
||||||
|
|
||||||
|
- change /var/games to 755 to prevent ill-considered maneuvers there
|
||||||
|
(bnc#429882)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 11 17:03:04 CEST 2008 - lnussel@suse.de
|
Thu Sep 11 17:03:04 CEST 2008 - lnussel@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package permissions (Version 2008.9.13)
|
# spec file for package permissions (Version 2008.9.26)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -22,7 +22,7 @@ Name: permissions
|
|||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2008.9.13
|
Version: 2008.9.26
|
||||||
Release: 1
|
Release: 1
|
||||||
Provides: aaa_base:/etc/permissions
|
Provides: aaa_base:/etc/permissions
|
||||||
Requires: /sbin/SuSEconfig
|
Requires: /sbin/SuSEconfig
|
||||||
@ -91,6 +91,9 @@ install -m 644 %{SOURCE9} $RPM_BUILD_ROOT/etc
|
|||||||
/var/adm/fillup-templates/sysconfig.security
|
/var/adm/fillup-templates/sysconfig.security
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 25 2008 lnussel@suse.de
|
||||||
|
- change /var/games to 755 to prevent ill-considered maneuvers there
|
||||||
|
(bnc#429882)
|
||||||
* Thu Sep 11 2008 lnussel@suse.de
|
* Thu Sep 11 2008 lnussel@suse.de
|
||||||
- remove static smpppd config file permissions
|
- remove static smpppd config file permissions
|
||||||
- fix permissions of polkit-set-default-helper
|
- fix permissions of polkit-set-default-helper
|
||||||
|
Loading…
Reference in New Issue
Block a user