I have linux clients that connect to my Windows Server 2008 using xfreerdp.
The clients have a single folder that is redirected to the Windows server and this works fine.
My question is if there is a way on the Windows server to make the tsclient folder read-only, so that users can copy from and open the pdf documents in their Windows session, but can't delete or copy to the folder.
EDIT:
The best I can come up with is to do this on the linux clients,
mkdir $HOME/foo mount --bind /foo /foo-share; mount -o remount,ro /foo-share