- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- YOU HAVEN'T DISABLED SET-ID SCRIPTS IN THE KERNEL ...
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
12-31-2002 08:52 PM
12-31-2002 08:52 PM
YOU HAVEN'T DISABLED SET-ID SCRIPTS IN THE KERNEL YET!
The file permissions are uesr1:group1 with 2500.
If i am running the script as user1 i am not getting any error. If i try to run this script the following error message is coming:
"YOU HAVEN'T DISABLED SET-ID SCRIPTS IN THE KERNEL YET!
FIX YOUR KERNEL, PUT A C WRAPPER AROUND THIS SCRIPT, OR USE -u AND UNDUMP! "
Please let me know what to be done to get rid of the above error message.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2002 10:21 PM
12-31-2002 10:21 PM
Re: YOU HAVEN'T DISABLED SET-ID SCRIPTS IN THE KERNEL YET!
If it means setuid, suid, its a program like passwd that gives temporary root access.
If you do this to the wrong proram, you might as well let the nefarious hacker drive an M1A1 Abrams tank through your system.
You need a thorough secuirty review on this system.
I'd start with security_patch_check a free utility from hp.
For a more thorough review, try Bastille, an open source port, also available from HP.
It will tune up your system rather nicely.
I do not believe your message is coming from the os, I think its coming from the script. You might want to read it, even post it up here.
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
12-31-2002 11:06 PM
12-31-2002 11:06 PM
Re: YOU HAVEN'T DISABLED SET-ID SCRIPTS IN THE KERNEL YET!
If I saw that message, I would then inspect that script VERY VERY CLOSELY to make sure it is doing what you think it is doing as the programmer doesn't know HP-UX very well.
The clue is the "SET-ID". The correct term is SETUID scripts. Also, there is no way I know of to disable setuid scripts in the "kernel". It can be done via /etc/fstab options, but not via the kernel itself.
I personally would not trust this script at all. Just reading that message gives me a funny feeling that something may be going on with the script that you do not know about. Maybe I'm just paranoind, but aren't we, as sys admins, paid to be?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2002 11:35 PM
12-31-2002 11:35 PM
Re: YOU HAVEN'T DISABLED SET-ID SCRIPTS IN THE KERNEL YET!
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2003 12:41 AM
01-01-2003 12:41 AM
Re: YOU HAVEN'T DISABLED SET-ID SCRIPTS IN THE KERNEL YET!
Thanks
Sreenivas.