HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- some sentences need to be explain
Operating System - HP-UX
1835924
Members
2614
Online
110088
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
Go to solution
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
04-02-2002 11:07 AM
04-02-2002 11:07 AM
I am going through a security policy, there are some sentences I don't understand, who can give me more detail info about them and tell me why?
1. User TTYs must not be world writable.
2. The /etc/passwd file cannot contain any blank fields. The only exception to this is the comment field that is sometimes left blank in system-supplied user ids.
3. The portmon variable must be set so that NFS requests that are not received from privileged ports will be ignored.
Thanks,
Shawn
1. User TTYs must not be world writable.
2. The /etc/passwd file cannot contain any blank fields. The only exception to this is the comment field that is sometimes left blank in system-supplied user ids.
3. The portmon variable must be set so that NFS requests that are not received from privileged ports will be ignored.
Thanks,
Shawn
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2002 11:14 AM
04-02-2002 11:14 AM
Re: some sentences need to be explain
Are these your policies, or are you getting these from some book?
No modems, mux's, or terminal servers, then no worries about tty's.
no blanks in passwd file makes a little sense, especially shell and home fields, but comment filed - who cares.
portmon? Well if security is an issue, you don't run NFS!
live free or die
harry
No modems, mux's, or terminal servers, then no worries about tty's.
no blanks in passwd file makes a little sense, especially shell and home fields, but comment filed - who cares.
portmon? Well if security is an issue, you don't run NFS!
live free or die
harry
Live Free or Die
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2002 11:21 AM
04-02-2002 11:21 AM
Solution
1. User TTYs must not be world writable.
the permissions on /dev/tty* should *not* be write-enabled for other. If they look like this:
crw--w--w-
change them to look like this:
crw--w----
by executing as root "chmod 620 /dev/tty*"
best to do this when the system is not being used.
2. The /etc/passwd file cannot contain any blank fields. The only exception to this is the comment field that is sometimes left blank in system-supplied user ids.
This is arguably overkill. You should make sure every login ID has a password, a default shell account, and a home directory. Exceptions to this are the ID's nobody, sys, and www.
3. The portmon variable must be set so that NFS requests that are not received from privileged ports will be ignored
This is specific to your application. Check the man page for rpcgen for more info
HTH
mark
the permissions on /dev/tty* should *not* be write-enabled for other. If they look like this:
crw--w--w-
change them to look like this:
crw--w----
by executing as root "chmod 620 /dev/tty*"
best to do this when the system is not being used.
2. The /etc/passwd file cannot contain any blank fields. The only exception to this is the comment field that is sometimes left blank in system-supplied user ids.
This is arguably overkill. You should make sure every login ID has a password, a default shell account, and a home directory. Exceptions to this are the ID's nobody, sys, and www.
3. The portmon variable must be set so that NFS requests that are not received from privileged ports will be ignored
This is specific to your application. Check the man page for rpcgen for more info
HTH
mark
the future will be a lot like now, only later
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP