Re: RFC: from FIBMAP to FIONDEV

Alan Cox (alan@lxorguk.ukuu.org.uk)
Thu, 14 Jun 2001 18:16:36 +0100 (BST)


> I'm looking for a way to do FIBMAP on linux 2.4 without being root, and
> I learned from the archive that it's restricted for security reasons,
> and that it's obsolete anyway. I found this discussion about a
> replacement called FIONDEV:

FIBMAP can be handled per fs by auditing the code paths. First job would be
to push the security check into each fs, then audit the fs's and then change
them. But its really a 2.5 job since any third party fs might spontaneously
become insecure oitherwise
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/