| Author |
Message |
alvin
Guest
|
Posted:
Tue Oct 04, 2005 7:10 am Post subject:
Block file copy |
|
|
My main concern is to allow my programmer to modify, execute this source
file
but prevent them to copy this file out of server.
1) Is there a way to prevent users copy file out of server
and this user is assign right to modify and execute this file? How?
2) Is there a auditing to keep track this user has copy this file out of
server?
Is yes, how and what is the audit id?
Thank You |
|
| Back to top |
|
 |
Miha Pihler [MVP]
Guest
|
Posted:
Tue Oct 04, 2005 8:51 am Post subject:
Re: Block file copy |
|
|
Hi,
It is hard to prevent copying (or stealing) of something that users have
read or higher permissions. One of the rare if not the only option would be
Windows Rights Management Services.
You can find more information about it here:
http://www.microsoft.com/windowsserver2003/technologies/rightsmgmt/default.mspx
--
Mike
Microsoft MVP - Windows Security
"alvin" <alvinleo@time.net.my> wrote in message
news:OiNSpcIyFHA.2924@TK2MSFTNGP15.phx.gbl...
| Quote: | My main concern is to allow my programmer to modify, execute this source
file
but prevent them to copy this file out of server.
1) Is there a way to prevent users copy file out of server
and this user is assign right to modify and execute this file? How?
2) Is there a auditing to keep track this user has copy this file out of
server?
Is yes, how and what is the audit id?
Thank You
|
|
|
| Back to top |
|
 |
Ayyappan Nair
Guest
|
Posted:
Tue Oct 04, 2005 4:51 pm Post subject:
Re: Block file copy |
|
|
On Tue, 4 Oct 2005 10:10:59 +0800, alvin wrote:
| Quote: | My main concern is to allow my programmer to modify, execute this source
file
but prevent them to copy this file out of server.
1) Is there a way to prevent users copy file out of server
and this user is assign right to modify and execute this file? How?
2) Is there a auditing to keep track this user has copy this file out of
server?
Is yes, how and what is the audit id?
Thank You
|
I don't think you can prevent the user from copying the file if they can
open and view it. Assuming that the Source file can be opened and viewed,
they will always be able to select the entire thing and copy and paste into
another file. AFAIK you cannot prevent this. Maybe prevent access to
ClipBoard object or something. I think the most restrictive rights still
allow access to clipboard. I maybe wrong.
Ayyappan Nair |
|
| Back to top |
|
 |
|
|
|
|