Re: Restricting delete on a share?

2003-03-10 Thread Andrew Bartlett
On Mon, 2003-03-10 at 18:50, Stefan (metze) Metzmacher wrote: At 18:37 10.03.2003 +1100, Andrew Bartlett wrote: On Mon, 2003-03-10 at 18:02, Stefan (metze) Metzmacher wrote: At 00:04 10.03.2003 -0600, Jeremy M. Dolan wrote: Hi all. Management here wants to restrict users from

Re: Restricting delete on a share?

2003-03-10 Thread Simo Sorce
Jeremy, the best way you can accomplish this is to build a custom VFS module. It is really easy to build such module and you only need to intercept and discard any unlink operation. regards, Simo. On Mon, 2003-03-10 at 07:04, Jeremy M. Dolan wrote: Hi all. Management here wants to restrict

Restricting delete on a share?

2003-03-09 Thread Jeremy M. Dolan
Hi all. Management here wants to restrict users from deleting files via Samba. NTFS is able to restrict just delete permissions, but still allow new files to be created and old ones changed. But I've come to the conclusion this isn't possible with standard UNIX file permissions, and unfortunately

Re: Restricting delete on a share?

2003-03-09 Thread Stefan (metze) Metzmacher
At 00:04 10.03.2003 -0600, Jeremy M. Dolan wrote: Hi all. Management here wants to restrict users from deleting files via Samba. NTFS is able to restrict just delete permissions, but still allow new files to be created and old ones changed. But I've come to the conclusion this isn't possible with

Re: Restricting delete on a share?

2003-03-09 Thread Andrew Bartlett
On Mon, 2003-03-10 at 18:02, Stefan (metze) Metzmacher wrote: At 00:04 10.03.2003 -0600, Jeremy M. Dolan wrote: Hi all. Management here wants to restrict users from deleting files via Samba. NTFS is able to restrict just delete permissions, but still allow new files to be created and old

Re: Restricting delete on a share?

2003-03-09 Thread Stefan (metze) Metzmacher
At 18:37 10.03.2003 +1100, Andrew Bartlett wrote: On Mon, 2003-03-10 at 18:02, Stefan (metze) Metzmacher wrote: At 00:04 10.03.2003 -0600, Jeremy M. Dolan wrote: Hi all. Management here wants to restrict users from deleting files via Samba. NTFS is able to restrict just delete permissions,