[RFC PATCH] getting misc stats/attributes via xattr API

Miklos Szeredi miklos at szeredi.hu
Tue May 10 14:41:35 UTC 2022


On Tue, 10 May 2022 at 16:19, Christian Brauner <brauner at kernel.org> wrote:

> Fwiw, turning this around: unifying semantically distinct interfaces
> because of syntactical similarities is bad. Moving them into a
> syntactically equivalent system call that expresses the difference in
> semantics in its name is good.

You are ignoring the arguments against fragmentation.

You are also ignoring the fact that semantically the current xattr
interface is already fragmented.   Grep for "strncmp(name, XATTR_" in
fs/xattr.c.

We don't have getsecurityxattr(), getuserxattr(), gettrustedxattr()
and getsystemxattr().  It would be crazy.   Adding getfsxattr()  would
be equally crazy.  getxattr() pretty much describes the semantics of
all of these things.

Thanks,
Miklos



More information about the Linux-security-module-archive mailing list