- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: cron - security
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 04:46 AM
03-31-2003 04:46 AM
I've noticed that in the AusCERT "UNIX Security Checklist v2.0", they recommend that I "CONSIDER disallowing cron for regular users".
I'm inclined to do this for scheduling/performance reasons. But can somebody explain to me what the security risks might be of allowing cron access to regular users?
Thanks,
Tom
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 04:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 04:55 AM
03-31-2003 04:55 AM
Re: cron - security
Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 05:06 AM
03-31-2003 05:06 AM
Re: cron - security
As a general rule, I want the developers to come to me and explaing exactly what their process does and exactly why they have to have it regularly scheduled before I'll allow it on MY system. I'm the one that's responsible for the system's performance, so I want to know what's scheduled and when. It's more of a control issue than a security issue to me.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 05:19 AM
03-31-2003 05:19 AM
Re: cron - security
if the system administrator is not solely responsible for the running of all cron jobs, he/she is not able to detect which jobs look supicious - thus allowing more room for hackers, e.g. via anonymous ftp downloads.
regards,
John K.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 05:20 AM
03-31-2003 05:20 AM
Re: cron - security
In other words, try to minimize the use of cron for regular users. It can affect your system heavily. So if they need the use of cron, explain them their responsibilities.
Sorry, but I don't believe in "it's my system" anymore, that was 20 years ago. Now it has become the bussiness system and we only recommend.
Although, when they start fingerpointing, make sure you have explained the risks, so you can point back :)
Regs David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 05:34 AM
03-31-2003 05:34 AM
Re: cron - security
root
oracle
sag
The last two users own large database applications that require a complex schedule of events to stay running in an optimized fashion.
Regular users have no need for cron and its a security and performance hazard. Its not like windows where everyone gets a schedule and most don't use it. We don't let our Windows users see or change that schedule either.
Don't consider disallowing cron for regular users, do it.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 06:15 AM
03-31-2003 06:15 AM
Re: cron - security
How about "Its MY job to save you from yourself?" In my experience, if you do not assert your responsibility for the OS as the resident expert in that area, any non-SysAdmin armed with a couple of buzzwords can make your life merry hell!
I dislike the "Us vs Them" situation too, but it's "Them" that usually need to adjust their perception.
Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 06:28 AM
03-31-2003 06:28 AM
Re: cron - security
;^)
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 06:49 AM
03-31-2003 06:49 AM
Re: cron - security
Adding a cron user, or bringing a system back online due to a user failure ?
I'dd prefer the more challenging one :)
If you have things covered well enough these are the moments you can get your advantages out of!
Maybe, I like it too much to play, Pete :)
Best Regs David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 08:16 AM
03-31-2003 08:16 AM
Re: cron - security
Thanks for the replies. You've all pointed out most of the same reasons why I'm disinclined to give out cron access. In our shop, the dispute is over whether to allow it for the oracle user. I'm leaning strongly towards not allowing it so that I can maintain better control over scheduling, and indirectly, system performance.
Thanks again,
Tom