DragonFly users List (threaded) for 2008-05
DragonFly BSD
DragonFly users List (threaded) for 2008-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: OT: setrlimit equivalent to prevent unlink or truncate


From: Chris Turner <c.turner@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 30 May 2008 15:09:32 -0400

Johannes Hofmann wrote:
Hi,

I'm wondering whether there is a way to prevent a process to modify the file system. setrlimit(RLIMIT_FSIZE) to 0 almost does the trick,
but unfortunately it does not prevent unlink() or truncate().
Is there any reason why there is no limit to prevent unlink or
truncate?



if it works, mounting the FS readonly should work..


also, chflags might be helpful..

or is this a coding question about coding the program that calls setrlimit() ?




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]