ext4 - permission to create/modify a file without 'delete' permission
Hallo,
i want to catch a temp file with dynamic name created by a program that is available only for some milliseconds. For this i probably need some permissions like this: Create/modify but no delete.
I can do this with NTFS but on ext4 it seems impossible. Chattr +i +u or setting folder to sticky seems useless. Setting folder to read-only probably works only if the file would already exist (allows 'modification' and 'no deletion' but unfortunately no 'creation').
Any suggestions?
Last edited by BeachHead; 06-07-2014 at 02:08 PM.
|