- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Equivalent of Hidden Linux v1.0 in HP-UX
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
11-23-2008 10:19 PM
11-23-2008 10:19 PM
Equivalent of Hidden Linux v1.0 in HP-UX
We need to hide a key/file (Redhat Linux, and AIX allows to be hidden in some portion of the OS) in HP-UX O/S where none of the users(inclduing root) can access or remove it. This is basically for license management.
In Linux there is Hidden Linux v1.0. I am wondering if a similar product is available on HP-UX which will fulfill our requirements? Quick reply is greatly appreciated.
Thanks in Advance,
Prakash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2008 10:22 PM
11-23-2008 10:22 PM
Re: Equivalent of Hidden Linux v1.0 in HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2008 11:31 PM
11-23-2008 11:31 PM
Re: Equivalent of Hidden Linux v1.0 in HP-UX
root can see everything.
No exceptions, no bypass. You either trust the person with root access or you buy windows and trust everyone.
You can change the permissions on a file to 000, but that won't stop root from accessing 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
11-24-2008 02:42 AM
11-24-2008 02:42 AM
Re: Equivalent of Hidden Linux v1.0 in HP-UX
Look at "Security Containment Extensions". It allows you to create compartments in which you can specify what LAN access is allowed, what interprocess communication is allowed, and what file access is allowed.
You can prevent even root from reading any file, or just from writing to that file, or deleting it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2008 03:00 AM
11-24-2008 03:00 AM
Re: Equivalent of Hidden Linux v1.0 in HP-UX
Look at "Security Containment Extensions". It allows you to create compartments in which you can specify what LAN access is allowed, what interprocess communication is allowed, and what file access is allowed.
You can prevent even root from reading any file, or just from writing to that file, or deleting it.
>>>>>>>>>> Hi Wim, thanks for the reply. Can you point to any doc or link from HP that states this feature.
Thanks,
Senthil.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2008 03:11 AM
11-24-2008 03:11 AM
Re: Equivalent of Hidden Linux v1.0 in HP-UX
http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=ContainmentExt
That is the software, docs come with.
Once again, even using this, root builds the security container, root can take it apart and access it.
There is a read the root user in the original Unix was originally known as G-d
Good Luck,
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
11-24-2008 03:11 AM
11-24-2008 03:11 AM
Re: Equivalent of Hidden Linux v1.0 in HP-UX
http://docs.hp.com/en/5991-8678/index.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2008 03:21 AM
11-24-2008 03:21 AM
Re: Equivalent of Hidden Linux v1.0 in HP-UX
No, if the root process runs within the container and the container denies access to /etc/cmpt (the container configuration directory), root will not be able to even see what is configured, so don't even think about modifying any rules.
If root runs a process outside the container, it can access all files as you are used to. (Since someone has to be able to set this up.)
I have seenthat from HP-UX 11i v3 on, this functionality is in the core-OS. For HP-UX 11i v2, it is a free addition.