HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How do I verify that I have a "trusted" system?
Operating System - HP-UX
1827324
Members
3877
Online
109962
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
07-26-2005 08:13 AM
07-26-2005 08:13 AM
How do I verify that I have a "trusted" system?
I have several systems being audited. A question has arisen as to what I could use to verify that C2 Security is enabled?
Thanks,
Russ
Thanks,
Russ
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2005 08:21 AM
07-26-2005 08:21 AM
Re: How do I verify that I have a "trusted" system?
/usr/lbin/modprpw > /dev/null 2>&1
case $? in
2) SYSTEM="TRUSTED";;
5) SYSTEM="NON-TRUSTED";;
*) SYSTEM="UNKNOWN SECURITY LEVEL";;
esac
hope this helps
case $? in
2) SYSTEM="TRUSTED";;
5) SYSTEM="NON-TRUSTED";;
*) SYSTEM="UNKNOWN SECURITY LEVEL";;
esac
hope this helps
________________________________
UNIX because I majored in cryptology...
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2005 08:24 AM
07-26-2005 08:24 AM
Re: How do I verify that I have a "trusted" system?
You can try running getprpw without any switches.
Untrusted system:
# /usr/lbin/getprpw
System is not trusted.
Trusted system:
# /usr/lbin/getprpw
usage: getprpw -r [-m option],option] [-l] [-n [domainname]] username
Jim
Untrusted system:
# /usr/lbin/getprpw
System is not trusted.
Trusted system:
# /usr/lbin/getprpw
usage: getprpw -r [-m option],option] [-l] [-n [domainname]] username
Jim
Hindsight is 20/20
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2005 08:34 AM
07-26-2005 08:34 AM
Re: How do I verify that I have a "trusted" system?
When you convert a system to trusted mode, one of the things it does is replace all the password entries in /etc/passwd with an asterisk (*), and creates a /tcb directory structure with restricted access. If these two conditions exist it is fairly cetain you have a trusted system (although password shadowing will do it as well).
You can also use the SAM selection, Auditing and Security, to tell you if the system is trusted. If the system is trusted, you can select any of the submenus - if it is not trusted, SAM will ask you if you want to convert to trusted mode. (you can cancel out)
You can also use the SAM selection, Auditing and Security, to tell you if the system is trusted. If the system is trusted, you can select any of the submenus - if it is not trusted, SAM will ask you if you want to convert to trusted mode. (you can cancel out)
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP