|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Deny access to copy files
2008-06-24 Shreyas Zare wrote:
Mon, Jun 23, 2008 at 11:41 PM, Michael P. Carter wrote: >When any file is accessed the security parameters for that file are >also read & loaded. But once the file data is in a program's buffer then there are no permissions inherited from the file for that memory. Even if you design such an system, its trivial to write 2 separate process, first process will read file data and pass it to other process by using CM/DCM or just TCP/IP sockets and the second process will write the data in a new file. Long story short: there is no way for the filesystem to enforce this kind of permission, meaning that it'd be utterly pointless to implement this kind of permission in the filesystem. Either you'd have to implement it as some kind of privilege (which are not tied to files in Windows' security concept) or you'd have to munge different security layers, which is less than desirable. Regards Ansgar Wiechers -- "All vulnerabilities deserve a public fear period prior to patches becoming available." Coombs on Bugtraq |
![]() |
| Viewing: Web Development Archives > Mailing Lists > Security > Deny access to copy files |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|