Hello community, here is the log from the commit of package permissions for openSUSE:Factory checked in at Mon Sep 26 10:10:29 CEST 2011.
-------- --- permissions/permissions.changes 2011-09-21 10:01:31.000000000 +0200 +++ /mounts/work_src_done/STABLE/permissions/permissions.changes 2011-09-23 10:58:33.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Sep 23 08:37:21 UTC 2011 - [email protected] + +- set permission by default in SuSEconfig mode as permissions are + only set when called explicitly anyways (bnc#720010). + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- permissions-2011.09.21.1000.tar.bz2 New: ---- permissions-2011.09.23.1037.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ permissions.spec ++++++ --- /var/tmp/diff_new_pack.hzIYfq/_old 2011-09-26 10:10:12.000000000 +0200 +++ /var/tmp/diff_new_pack.hzIYfq/_new 2011-09-26 10:10:12.000000000 +0200 @@ -24,7 +24,7 @@ License: GPLv2+ Group: Productivity/Security AutoReqProv: on -Version: 2011.09.21.1000 +Version: 2011.09.23.1037 Release: 1 Provides: aaa_base:/etc/permissions PreReq: %fillup_prereq ++++++ permissions-2011.09.21.1000.tar.bz2 -> permissions-2011.09.23.1037.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/permissions-2011.09.21.1000/checkpermissionfiles.pl new/permissions-2011.09.23.1037/checkpermissionfiles.pl --- old/permissions-2011.09.21.1000/checkpermissionfiles.pl 2011-09-21 10:00:05.000000000 +0200 +++ new/permissions-2011.09.23.1037/checkpermissionfiles.pl 2011-09-23 10:37:01.000000000 +0200 @@ -19,7 +19,7 @@ my %perms; my($nodups, $checkmissing, $defonly, $showsuid, $showsgid, $showww, $showgw, - $show, @levels, $showsame, $dump, @permfiles, $help, $checkdirs); + $show, @levels, $showsame, $dump, @permfiles, $help, $checkdirs, $root); Getopt::Long::Configure("no_ignore_case"); GetOptions ( @@ -35,6 +35,7 @@ "level=s" => \@levels, "dump" => \$dump, "checkdirs=s" => \$checkdirs, + "root=s" => \$root, "help" => \$help, ); @@ -57,6 +58,7 @@ --dump dump files as perl hash --level restrict checks to this coma separated list of levels --checkdirs DIR check for group writeable directories below DIR + --root DIR check for entries that don't exist in DIR EOF exit 0; } @@ -192,6 +194,11 @@ print STDERR "$file:\n$msg\n"; } } + + if ($root && ! -e $root.$file) + { + print STDERR "MISSING: $file\n"; + } } close FORMATTED; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/permissions-2011.09.21.1000/chkstat.c new/permissions-2011.09.23.1037/chkstat.c --- old/permissions-2011.09.21.1000/chkstat.c 2011-09-21 10:00:05.000000000 +0200 +++ new/permissions-2011.09.23.1037/chkstat.c 2011-09-23 10:37:01.000000000 +0200 @@ -53,7 +53,7 @@ int nlevel; char** level; int do_set = -1; -int default_set = 0; +int default_set = 1; char** permfiles = NULL; int npermfiles = 0; char* force_level; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
