Search Results

Search: Posts Made By: akame
Forum: Solaris 03-20-2015
4,143
Posted By achenle
The chmod() at 2.7074 is probably the culprit. ...
The chmod() at 2.7074 is probably the culprit.

You can start up this dtrace script as root, then use vim to cause ACLs to disappear:

#!/usr/sbin/dtrace -s

#pragma D option flowindent
...
Forum: Solaris 03-19-2015
4,143
Posted By achenle
Could you post the output from truss, while you...
Could you post the output from truss, while you use vim to edit and save a file in a way that destroys the NFSv4 ACLs?truss -f -a -vall -l -d -o /truss/output/file vim /file/with/nfsv4/acls
Forum: Solaris 03-19-2015
4,143
Posted By achenle
What OS are you running VIM on?
What OS are you running VIM on?
Forum: Solaris 03-20-2015
4,143
Posted By achenle
I'm not sure I understand your explanation of...
I'm not sure I understand your explanation of what you've done. Did you try with the LD_PRELOAD set, and found that the ACLs were preserved?

Do you have a complete truss output with "nobackup"...
Forum: Solaris 03-22-2015
4,143
Posted By achenle
The bug appears to be at line 4763 of fileio.c in...
The bug appears to be at line 4763 of fileio.c in the vim source code from Vim source archives : vim online (http://www.vim.org/sources.php) :

#ifdef UNIX
if (made_writable)
perm &=...
Forum: Solaris 10-28-2014
20,940
Posted By MadeInGermany
I think your /etc/sudoers should work. Check...
I think your /etc/sudoers should work.
Check that your sudo command really opens /etc/sudoers:
truss -f -t open sudo -l(need to run this as root)
Forum: Solaris 10-29-2014
20,940
Posted By MadeInGermany
AFAIK the roles belong to RBAC, and sudo works...
AFAIK the roles belong to RBAC, and sudo works without RBAC.
That means sudo should work even without the root role.
--
BTW positive logic is shorter:
grep '^[^#]' /etc/sudoers
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 11:46 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy