Bug 138549 - Permissions for cron.daily cron job too restrictive
Summary: Permissions for cron.daily cron job too restrictive
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: RC 4
Hardware: All Other
: P5 - None : Minor
Target Milestone: ---
Assignee: Dr. Werner Fink
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-14 14:03 UTC by Stefan Hundhammer
Modified: 2005-12-14 15:17 UTC (History)
0 users

See Also:
Found By: Development
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Hundhammer 2005-12-14 14:03:54 UTC
[sh @ snell] /etc/cron.daily 34 % ls -l
total 44
-rwxr-xr-x  1 root root  393 Sep  9 18:11 logrotate
-rwx------  1 root root  948 Sep 13 01:58 suse-clean_catman
-rwx------  1 root root 1196 Sep 13 01:58 suse-do_mandb
-rwxr-xr-x  1 root root  719 Sep 13 02:12 suse-tetex
-rwxr-xr-x  1 root root 1875 Sep  1  2003 suse.de-backup-rc.config
-rwxr-xr-x  1 root root 2059 Sep  8  2003 suse.de-backup-rpmdb
-rwxr-xr-x  1 root root  566 Jul 23  2004 suse.de-check-battery
-rwx------  1 root root 1761 Sep  9 18:26 suse.de-clean-core
-rwxr-xr-x  1 root root 1320 Jul 27 15:28 suse.de-clean-tmp
-rwxr-xr-x  1 root root  371 Sep  1  2003 suse.de-cron-local
-rwx------  1 root root 1538 Sep  9 18:26 suse.de-updatedb


[sh @ snell] /etc/cron.daily 35 % ls -l | grep '....---'
-rwx------  1 root root  948 Sep 13 01:58 suse-clean_catman
-rwx------  1 root root 1196 Sep 13 01:58 suse-do_mandb
-rwx------  1 root root 1761 Sep  9 18:26 suse.de-clean-core
-rwx------  1 root root 1538 Sep  9 18:26 suse.de-updatedb

There is really no reason whatsoever to have permissions for those cron jobs that restrictive. They should all be 755. There is nothing secret in them.

suse-clean_catman and suse.de-updatedb belong to package "man" -> werner@suse.de
Comment 1 Stefan Hundhammer 2005-12-14 14:04:46 UTC
Sorry, suse_clean_catman and suse-do_mandb of course, not suse.de-updatedb (separate bug report for that one follows).
Comment 2 Dr. Werner Fink 2005-12-14 15:17:00 UTC
Fixed