- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 10.2 thru 11 Trusted system
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
10-17-2002 01:56 PM
10-17-2002 01:56 PM
TD
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2002 02:38 PM
10-17-2002 02:38 PM
Re: 10.2 thru 11 Trusted system
I can't think of an easy one that a normal user can run outside of a script to check for the existence of the /tcb/files/auth/r dir or such
Like create a script called trustedy_n containing
if [ -d /tcb/files/auth/r ]
then echo "System IS Trusted"
else echo "System is NOT Trusted"
fi
Then user could run that script & if the /tcb/files/auth/r dir exists (And it will ALWAYS exist on all trusted systems to hold the entry for root) it will echo appropriately.
But I'm not sure if after unconverting the dir still remains....
Else if root users are to run a command - then I'd run
getprpw root
to display root's trusted DB entry settings.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2002 02:39 PM
10-17-2002 02:39 PM
Solutionon a trusted system you will get the usage:
# /usr/lbin/modprdef
Usage: modprdef -m opt=value[,opt=value]
On non-trusted system:
# /usr/lbin/modprdef
System is not trusted
The coding of command checks to see if the system is trusted first before it does anything. There are a few commands in /usr/lbin that will do this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2002 02:45 PM
10-17-2002 02:45 PM
Re: 10.2 thru 11 Trusted system
# /usr/lbin/modprdef
and it'll tell you but I think only superuser can run it.
Another way is to check the existence of file /tcb/files/auth/system/default. If it exists than the system is trusted. See ..
# man iscomsec
for details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2002 02:54 PM
10-17-2002 02:54 PM
Re: 10.2 thru 11 Trusted system
I like the test for default file - but again I wonder if it remains if the system is converted BACK to non-trusted?
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2002 03:02 PM
10-17-2002 03:02 PM
Re: 10.2 thru 11 Trusted system
Where is the 'iscomsec' program ? I have the man page but no command....?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2002 03:20 PM
10-17-2002 03:20 PM
Re: 10.2 thru 11 Trusted system
Believe it's a function in the /usr/include/prot.h file.
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2002 03:22 PM
10-17-2002 03:22 PM
Re: 10.2 thru 11 Trusted system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2002 06:14 AM
10-18-2002 06:14 AM
Re: 10.2 thru 11 Trusted system
TD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2002 06:17 AM
10-18-2002 06:17 AM
Re: 10.2 thru 11 Trusted system
http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90121/B2355-90121_top.html&con=/hpux/onlinedocs/B2355-90121/00/00/4-con.html&toc=/hpux/onlinedocs/B2355-90121/00/00/4-toc.html&searchterms=trusted&queryid=20021018-082055
http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90742/B2355-90742_top.html&con=/hpux/onlinedocs/B2355-90742/00/00/66-con.html&toc=/hpux/onlinedocs/B2355-90742/00/00/66-toc.html&searchterms=trusted&queryid=20021018-082055
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2002 09:05 AM
10-18-2002 09:05 AM
Re: 10.2 thru 11 Trusted system
TD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2002 02:31 AM
10-20-2002 02:31 AM
Re: 10.2 thru 11 Trusted system
From the iscomsec manual page:
Notes
iscomsec determines if the system is a trusted system or not by
checking the file, /tcb/files/auth/system/default. If the file
exists, then the system is a trusted system. If the file does not
exist, then the system is not a trusted system.