ACL on the Solaris


 
Thread Tools Search this Thread
Operating Systems Solaris ACL on the Solaris
# 8  
Old 12-09-2015
Quote:
Originally Posted by sathishbabu89
$ uname -a
SunOS ftvlssdedw04 5.10 Generic_148888-05 sun4v sparc sun4v

**above one working fine
uname -a
SunOS cidcsebubldp01 5.10 Generic_150400-10 sun4v sparc sun4v Solaris
those are your patch levels. The one that is NOT working is on a newer patch cycle. But it's still relatively old..

as an example here's mine:

Code:
servername# uname -a
SunOS servername 5.10 Generic_150400-30 sun4v sparc SUNW,T5240

looks like BOTH of your servers need to be updated.

---------- Post updated at 11:08 AM ---------- Previous update was at 11:00 AM ----------

15200607 system paniced with "segkp_fault: accessing redzone" trying to access NFS file
15317045 ACL translators should ignore ACE4_IDENTIFIER_GROUP on special IDs

source: https://getupdates.oracle.com/readme/README.150400-22


looks like later patches fix it...
This User Gave Thanks to os2mac For This Post:
# 9  
Old 12-09-2015
Thanks for the info, Its very informative and really appreciate this.
# 10  
Old 12-09-2015
couple of forum etiquette things for you...

you should always enclose your code in code tags using the code button on the tool bar.


and there is a Thanks button for a reason Smilie
This User Gave Thanks to os2mac For This Post:
# 11  
Old 12-16-2015
chmod and ls -V is working for the particular user and root but not for all, any idea on this ?
# 12  
Old 12-16-2015
Quote:
Originally Posted by sathishbabu89
chmod and ls -V is working for the particular user and root but not for all, any idea on this ?
Is this after the upgrade? and on a zfs FS?

if so it's probably due to the permissions you have set.

if they don't have read access in the acl they wouldn't be able to read the ACL
# 13  
Old 12-16-2015
Code:
> ls -dV .
drwxrwxrwx  10 it123    EEGX_CEG    1024 Dec 15 10:48 .
            owner@:rwxp-DaARWcC-s:------:allow
            group@:rwxp-Da-RWc--s:------:allow
         everyone@:rwxp-Da-RWc--s:------:allow

So everyone has the permission to read the acl, however still its not working
# 14  
Old 12-16-2015
Quote:
Originally Posted by sathishbabu89
chmod and ls -V is working for the particular user and root but not for all, any idea on this ?
These users are using GNU ls, maybe installed in /usr/sfw/bin/ls, /usr/local/bin/ls or something like this, instead of the regular Solaris one which is /usr/bin/ls.
This User Gave Thanks to jlliagre For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Set ACL permissions Solaris

I want to set ACL permissions using this command in solaris 10 , but I get an error message. server# mkdir dir1 server# setfacl -m user:allan:rwx dir1 setacl error: Operation not applicable Any one can help in this matter. Please use CODE tags as required by forum rules! (2 Replies)
Discussion started by: AbuAliiiiiiiiii
2 Replies

2. UNIX for Advanced & Expert Users

Need assistance on ACL

Hi Friends, I went through the ACL threads that were posted in the past but none were matching to my requirement . Hence starting a new thread . Challenge : user : a group : Test1 user: b group: Test2 Say under user a i create dir /tmp/debug with the privilege of 755 and also... (3 Replies)
Discussion started by: leobreaker
3 Replies

3. Solaris

ACL

Can i get the synopsis for add multiple users in single command for ACL access for a directory or a file thanks in advance dinu (3 Replies)
Discussion started by: dinu
3 Replies

4. Linux

ACL

Hi, I want to know what does the "effective" comment means in the output of the getfacl and whether it has to do with the acl mask... thanks (0 Replies)
Discussion started by: Gartlar
0 Replies

5. Shell Programming and Scripting

Script to find/apply Solaris 10 ACL's

This may be a question for a different forum, but as I will need a script I thought I would start here. We recently migrated from Solaris 8 to Solaris 10. The file system in question here is ZFS, meaning the method for listing and applying ACL's has changed dramatically. To make a long story... (3 Replies)
Discussion started by: Shoeless_Mike
3 Replies

6. Solaris

Solaris 10 ZFS ACL help

All, Does anyone know of a simple way to traverse a file system and collect all ACL's (or ACE's as they are called now)? We use to be able to use getfacl fairly easily for this task but now we are forced to use -v or -V with the 'ls' command to get the extended permissions for a... (1 Reply)
Discussion started by: Shoeless_Mike
1 Replies

7. Filesystems, Disks and Memory

ACL problem due to mv command used in solaris

Hi All, Is there any way to use mv command and that should apply ACL on the moved files that is already set in distination location This mv command is running in a solaris system. File system is NFS. Problem I am facing : Currently mv command removes ACL from moved files and also it... (0 Replies)
Discussion started by: Tlogine
0 Replies

8. UNIX for Dummies Questions & Answers

ACL vs privileges

Hello genius..! what do y'all think of these questions...? help appreciated...! Access Control Lists and privileges.... # Why both file ACLs and user permissions/privileges (not to be confused with rights in ACLs) are used in Windows access control (why not just use one of these)? # In... (1 Reply)
Discussion started by: heroine
1 Replies

9. Cybersecurity

ACL

Hi all, I've just been handled the responsibility for a FTP-site. Having no experiens of UNIX at all. And now one of my users needs to have full access to the usr directory and all it's subdirectories, don't know why just trying to do what the boss tells me. The type of UNIX is FreeBSD and the... (4 Replies)
Discussion started by: -tri-
4 Replies
Login or Register to Ask a Question