- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- permissions problem after converting to a trusted ...
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
Discussions
Discussions
Discussions
Forums
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
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
тАО12-01-2005 06:38 AM
тАО12-01-2005 06:38 AM
RP2470
Last week, I converted to a Unix trusted model for my production server. it does not use DNS or NIS. We converted so that we can utilize the enhanced security options.
It went generally quite smoothly, however there appears to be one major pain that I am working through.
previously, when a user created a file it was RW RW RW by everyone.
Now, they are only RW by the user that created the file with our application, which is Progress Based.
We have procedures and processes that rely on the data being RW RW RW and they are failing.
Any ideas?
is it the default Umask? I am getting tired of fixing the problems one by one, hence the reason for this posting for a speedy answer, which I have become so accustomed to as the solutions are usually out there somewhere.
Thanks in advance,
nickd
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-01-2005 06:48 AM
тАО12-01-2005 06:48 AM
Re: permissions problem after converting to a trusted environment
umask
before invoking your application and note the value. You should be able to find it in /etc/profile or the user's .profile OR in the script that is invoking a command. The last umask (even those within an apllication) wins. Did you by any chance run Bastille to harden your system at the same time?
In any event, setting files to 666 is very poor practice and you are going to get clobbered by your security auditors. A better option is to get your required user into groups (or multiple groups using /etc/logingroup) so that the applications run with restricted permissions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-01-2005 07:09 AM
тАО12-01-2005 07:09 AM
Re: permissions problem after converting to a trusted environment
From my prompt, I type in umask and it returns 077.
I touched a noname file and it was RW- --- ---
But I need this changed to RW- RW- ---
Thanks,
Nickd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-01-2005 07:10 AM
тАО12-01-2005 07:10 AM
Re: permissions problem after converting to a trusted environment
From my prompt, I type in umask and it returns 077.
I touched a noname file and it was RW- --- ---
But I need this changed to RW- RW- --- and not RW by everyone as I previously mentioned.
Thanks,
Nickd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-01-2005 07:16 AM
тАО12-01-2005 07:16 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-01-2005 07:19 AM
тАО12-01-2005 07:19 AM
Re: permissions problem after converting to a trusted environment
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-01-2005 07:21 AM
тАО12-01-2005 07:21 AM
Re: permissions problem after converting to a trusted environment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-01-2005 07:27 AM
тАО12-01-2005 07:27 AM
Re: permissions problem after converting to a trusted environment
umask u=rw,g=rw,o=
I then logged on an average user and did a umask and it was 0117
I created a dummy file once again and it was RW- RW- ---.
This will suffice as my users are forced into our ERP application when they logon.
Did I miss anything?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-01-2005 07:47 AM
тАО12-01-2005 07:47 AM
Re: permissions problem after converting to a trusted environment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-01-2005 07:48 AM
тАО12-01-2005 07:48 AM