- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Removing compilers from an HPUX server
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-25-2003 12:17 PM
03-25-2003 12:17 PM
1- What compilers come with the HPUX OS ?
2- Is there a "clean" way to remove them ?
I see some servers have the ANSI C product, so I could swremove that, but I'm not sure about the default ones.
Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2003 12:18 PM
03-25-2003 12:18 PM
Re: Removing compilers from an HPUX server
Regards,
RZ
P.S. You may also want to do a "find" gcc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2003 12:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2003 12:23 PM
03-25-2003 12:23 PM
Re: Removing compilers from an HPUX server
RZ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2003 12:23 PM
03-25-2003 12:23 PM
Re: Removing compilers from an HPUX server
Want to install oracle on your production server? Guess what, it compiles itself.
Hundreds of other products follow the same model.
This is a bad idea that is best addressed by limited access to the compilers with appropriate permissions on the compilers themselves.
Lets say I have a little compiler called steve. Its installed in /usr/contrib/bin/steve
The steve compiler is dangerous if permissions were 777 on it.
If the permissions were 700 then root access is required to use the compiler. Surely if you are having a security audit such issues as limiting access to the root password are dealt with.
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-25-2003 12:30 PM
03-25-2003 12:30 PM
Re: Removing compilers from an HPUX server
I see you had your coffee this morning, eh?
Cheers,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2003 12:35 PM
03-25-2003 12:35 PM
Re: Removing compilers from an HPUX server
Glad I asked. Ross, you get points since you technically answered my question ;^}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2003 12:37 PM
03-25-2003 12:37 PM
Re: Removing compilers from an HPUX server
RZ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2003 12:48 PM
03-25-2003 12:48 PM
Re: Removing compilers from an HPUX server
Download, install and use these free products.
No points necessary, just adding a little help for you sir.
security_patch_check: Checks your system and makes sure its up to date with security patches from HP
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B6834AA
Required Perl install
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=PERL
Bastille: Security Hardening Tool
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B6849AA
TCP Wrappers
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=TCPWRAP
Secure Shell: a replacement for rcp ftp and telnet that encrypts passwords
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=T1471AA
IDS/9000 Intrusion Detection System which can track security breaches and attempted security breaches.
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=J5083AA
Attached is Chris Vail's paper on how to set up passwordless services by exchanging public keys.
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-25-2003 01:02 PM
03-25-2003 01:02 PM
Re: Removing compilers from an HPUX server
Having been already beaten up 3 months ago by external auditors, I have already implemented ssh and patch_check. The latest smackdown is coming from our internal auditors. I am looking into "tiger", or a tiger-like freebie that I can run monthly to report on audit points (world-writeable files, setuid files, etc...),
any recommendations on that front would be appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2003 08:31 AM
03-26-2003 08:31 AM
Re: Removing compilers from an HPUX server
Check out Bastille, if you haven't already:
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B6849AA
It's a pretty handy security screener that just might be what you need.
Pete
Pete