Re: Implementing security for a "very secret document"
"D-B" <DB@discussions.microsoft.com> wrote in message
news:8D57FA47-2547-489A-B1DA-57F1160E8874@microsoft.com...
>I want to protect a document on a computer by disabling any kind of copy.
>Is
> it possible ( i want this document can't leave my domain) ?
Deny read access to the document, and it will be completely impossible to
copy it [from the account(s) that have been denied read access, unless they
are administrators].
A slightly less robust solution is to set up Rights Management Services on a
server, and protect the document that way. The user can still photograph
their screen, take the monitor to a photocopier, etc.
> And how can i disable insertion of a usb key on a computer (this computer
> is
> a member of my domain) ?
You can glue up the USB ports, you can delete the USB drivers, or you can
check other Group Policy settings - Vista has a bunch of them, as I describe
in the Syngress book, "Microsoft Vista for IT Security Professionals", but
Windows XP doesn't. A good support article on disabling the USB drivers
through Group Policy in XP is at
http://support.microsoft.com/kb/555324 -
but bear in mind that some USB keys may not necessarily use USBSTOR.SYS.
Once the file is on the computer, of course, there's always the possibility
that the malicious user will boot to another OS - either from CD / DVD, or
through a bootable USB drive (disabling USBSTOR.SYS only works inside the OS
that you control - booting to another OS is not prevented).
Alun.
~~~~