search for: file_read_ea

Displaying 5 results from an estimated 5 matches for "file_read_ea".

2008 Aug 14
1
Security leak in map_nt_perms?
In map_nt_perms any of FILE_READ_DATA, FILE_READ_EA or FILE_READ_ATTRIBUTES is mapped unconditionally to Unix read permission and similarly for write permission This means that if I put a file on a samba share where I explicitly left *only* FILE_READ_ATTRIBUTES and FILE_READ_EA the file content becomes hiddenly readable also if I decided (for very...
2002 Sep 24
0
Changing file permissions from the command line
...READ_CONTROL WIN_2K: SYNCHRONIZE WIN_2K: FILE_GENERIC_READ WIN_2K: FILE_READ_DATA WIN_2K: FILE_READ_EA WIN_2K: FILE_READ_ATTRIBUTES WIN_2K: WIN_2K: Everyone:(OI)(CI)(IO)(special access:) WIN_2K: READ_CONTROL WIN_2K: SYNCHRONIZE WIN_2K: FILE_GENERIC_READ WIN_2K...
2001 Oct 23
1
samba NT ACL support problem?
...tent.IE5\index.dat <Account Domain not found>(special access:) WRITE_OWNER <Account Domain not found>(special access:) READ_CONTROL SYNCHRONIZE FILE_GENERIC_READ FILE_READ_DATA FILE_READ_EA FILE_READ_ATTRIBUTES Everyone:F while the cacls output of the NT4 hosted file is: K:\Content.IE5\index.dat Everyone:(special access:) READ_CONTROL SYNCHRONIZE...
2015 Feb 02
0
NT_STATUS_ACCESS_DENIED (I can write and read, but not replace)
...FILE_WRITE_DATA FILE_APPEND_DATA FILE_READ_EA FILE_WRITE_EA FILE_READ_ATTRIBUTES...
2006 Mar 20
5
Need some ACL help for win32-file
Hi folks, I''ve got most everything done for the pure Ruby version of win32-file. The last thing left (since I''ll be moving the IO methods to a different package eventually) is the file security stuff. Here''s what I''ve got so far for the get_permissions method. However, I''m stuck at GetAce(). If someone could help me finish up this method, I