Access Rights

  • Thread starter Thread starter Foo
  • Start date Start date
F

Foo

Hi,

Is it possible to allow a user to read a document but not
able to copy the file content?

Thanks.
 
Is it possible to allow a user to read a document but not
able to copy the file content?

Not really. Reading is moving a copy to internal memory,
there is little that can prevent writing that back out to a
"new copy".

In theory you could lock down a system so thoroughly that
there is nowhere to WRITE anything, but then that user couldn't
run any program that created temp files or wrote to the disk.

You could run a special application what displays the document
in (with it's own permissions) but has no way to save. This is
not foolproof but can approximate the goal if you are willing to
write a file viewer.

What type of file?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top