- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Thrusted System
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
07-04-2003 10:16 AM
07-04-2003 10:16 AM
Thrusted System
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2003 11:49 AM
07-04-2003 11:49 AM
Re: Thrusted System
su - username will give you the user along with the environment. Take out the dash and you only get priviledges.
Trusted System is done either by running Bastille Security Checker or by Going into sam Security(obvious from there) as root user.
The only configuration after that is to make the audit logs manageable. Too much logging and you just fill up filesystems.
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
07-04-2003 12:05 PM
07-04-2003 12:05 PM
Re: Thrusted System
I??ve added a login time policy to an user.
If I want to make su - [user] from other user besides root, the su - [user] fails. su - [user] obey login time policy, like telnet?
in time, I need to make su - [user].
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2003 01:06 PM
07-04-2003 01:06 PM
Re: Thrusted System
I do not fully understand your problem.
Here is what I understand.
You limit logins based on time.
Do you want to enable or disable su - logins.
What is the error message you receive.
Detail will help me understand.
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
07-04-2003 04:04 PM
07-04-2003 04:04 PM
Re: Thrusted System
The security policy can only be enforced if:
The user logs in
If you su - xxxx you are changing the rules.
Each su session is recorded in syslog/sulog.
Why do you wish to su anyway? Why can't the user use his/her own login ? There are ways that file permissions can be manipulated with groups and acls.
Within the shell there is an idle timeout facility (TMOUT and autologout depending on the shell type)
I am sure that you compile or change options with using the 'sudo' product where there is a timeout.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2003 07:34 AM
07-05-2003 07:34 AM
Re: Thrusted System
I guess not, since I assume this policy is checked at -every- logon, including su's.. hence, as a non-root user I don't think it will work.
Best regards