lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 02 Aug 2006 12:53:05 -0400
From:	Stephen Smalley <sds@...ho.nsa.gov>
To:	Alexey Dobriyan <adobriyan@...il.com>
Cc:	Andrew Morton <akpm@...l.org>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] fs.h: ifdef security fields

On Wed, 2006-08-02 at 19:14 +0400, Alexey Dobriyan wrote:
> > > --- a/include/linux/fs.h
> > > +++ b/include/linux/fs.h
> > > @@ -552,7 +552,9 @@ struct inode {
> > >  	unsigned int		i_flags;
> > >
> > >  	atomic_t		i_writecount;
> > > +#ifdef CONFIG_SECURITY
> > >  	void			*i_security;
> > > +#endif
> > >  	union {
> > >  		void		*generic_ip;
> > >  	} u;
> > > @@ -688,8 +690,9 @@ struct file {
> > >  	struct file_ra_state	f_ra;
> > >
> > >  	unsigned long		f_version;
> > > +#ifdef CONFIG_SECURITY_SELINUX
> >
> > This should just be CONFIG_SECURITY.
> 
> After another user appear.

I see.  Well, if that's the rationale, I thought that seclvl was also
scheduled for removal in 2.6.18 with the agreement of its maintainer, so
that would also apply to i_security.

-- 
Stephen Smalley
National Security Agency

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ