HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- PROBLEMS WITH ACL-PART2
Operating System - HP-UX
1826647
Members
3518
Online
109695
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
03-13-2001 05:33 AM
03-13-2001 05:33 AM
PROBLEMS WITH ACL-PART2
As i have mentioned in my earlier question u
have give excellent replies .Thanks a lot for those valuable information
But now my problem is that the acl is not changing because of swagent
If any body is changing or writing to the passwd file it automatically restore its bit to 444 that's my problem Is its HP specific
have give excellent replies .Thanks a lot for those valuable information
But now my problem is that the acl is not changing because of swagent
If any body is changing or writing to the passwd file it automatically restore its bit to 444 that's my problem Is its HP specific
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2001 05:44 AM
03-13-2001 05:44 AM
Re: PROBLEMS WITH ACL-PART2
Hi,
maybe the umask in the profile is set, and in some reason the acl is changed.
MB
maybe the umask in the profile is set, and in some reason the acl is changed.
MB
See the man pages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2001 02:12 PM
03-13-2001 02:12 PM
Re: PROBLEMS WITH ACL-PART2
Hello avm,
as I told you before, the definition of owner, group, and
permissions is stored in the "IPD" (Installed Products
Database), which is located in files and directories below
"/var/adm/sw/products".
You would have to modify those definitions, perhaps
using "swmodify", e.g.
chmod 464 /etc/passwd
swmodify -x files=/etc/passwd OS-Core.UX-CORE
OR you just write your own startup-script, and schedule
if after "/sbin/rc2.d/S120swconfig", e.g.:
cd /sbin/init.d
cp template ldangerous
vi dangerous
ln -s /sbin/init.d/dangerous /sbin/rc2.d/S999passwd
Inside that script you would have to insert in line 100
(that is after the 'start') part) something like:
chmod 464 /etc/passwd
On next boot your script will change the permissions
before somebody can log in...
But whatever you intent - it does sound extremly
DANGEROUS!
Consider using "sudo"!!!
HTH,
Wodisch
as I told you before, the definition of owner, group, and
permissions is stored in the "IPD" (Installed Products
Database), which is located in files and directories below
"/var/adm/sw/products".
You would have to modify those definitions, perhaps
using "swmodify", e.g.
chmod 464 /etc/passwd
swmodify -x files=/etc/passwd OS-Core.UX-CORE
OR you just write your own startup-script, and schedule
if after "/sbin/rc2.d/S120swconfig", e.g.:
cd /sbin/init.d
cp template ldangerous
vi dangerous
ln -s /sbin/init.d/dangerous /sbin/rc2.d/S999passwd
Inside that script you would have to insert in line 100
(that is after the 'start') part) something like:
chmod 464 /etc/passwd
On next boot your script will change the permissions
before somebody can log in...
But whatever you intent - it does sound extremly
DANGEROUS!
Consider using "sudo"!!!
HTH,
Wodisch
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