Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Tough question for oracle DBAs/Solaris Admins. Log shipping.

Re: Tough question for oracle DBAs/Solaris Admins. Log shipping.

From: tedu <tu_at_zeitbombe.org>
Date: 8 Sep 2006 14:56:52 -0700
Message-ID: <1157752612.112202.78780@h48g2000cwc.googlegroups.com>


Casper H.S. Dik wrote:
> jKILLSPAM.schipper_at_math.uu.nl writes:
> >Finally, note the aforementioned problem with immutable files - you can
> >always mount another file system over the parent directory (in OpenBSD,
> >obviously).
>
> Sounds like a bug.

immutability is an attribute of the inode. mounting does not affect the inodes of the covered filesystem. it would be silly to think the attribute applied to a filename. file permissions do not apply to the name, why would you expect what amounts to a read-only flag to be different?

i think this is a common misperception. the point of securelevels and immutable files is so that after a machine is compromised, you can turn it off, unplug it, turn it back on, and know that everything is back to a pre-compromise state [provided the right pieces were immutable] so that you can trust the output of ls. it is not to make exec("/bin/ls") always run the exact binary you're hoping for while an intruder is poking around at the same time. Received on Fri Sep 08 2006 - 16:56:52 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US