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:	Tue, 14 Aug 2007 16:35:02 -0500
From:	"Serge E. Hallyn" <serue@...ibm.com>
To:	Adrian Bunk <bunk@...nel.org>
Cc:	Andrew Morton <akpm@...ux-foundation.org>,
	"Serge E. Hallyn" <serue@...ibm.com>,
	James Morris <jmorris@...ei.org>, chrisw@...s-sol.org,
	linux-kernel@...r.kernel.org
Subject: Re: [-mm patch] unexport cap_inode_killpriv

Quoting Adrian Bunk (bunk@...nel.org):
> On Thu, Aug 09, 2007 at 10:42:54PM -0700, Andrew Morton wrote:
> >...
> > Changes since 2.6.23-rc1-mm2:
> >...
> > +file-capabilities-clear-fcaps-on-inode-change.patch
> > 
> >  file caps update
> >...
> 
> This patch removes the unused EXPORT_SYMBOL(cap_inode_killpriv).
> 
> Signed-off-by: Adrian Bunk <bunk@...nel.org>

Acked-by: Serge Hallyn <serue@...ibm.com>

> ---
> 68ca3bcc4918d0b84a97318f60fb74c4600d9f6b 
> diff --git a/security/commoncap.c b/security/commoncap.c
> index 7816cdc..9ec5890 100644
> --- a/security/commoncap.c
> +++ b/security/commoncap.c
> @@ -543,7 +543,6 @@ EXPORT_SYMBOL(cap_bprm_apply_creds);
>  EXPORT_SYMBOL(cap_bprm_secureexec);
>  EXPORT_SYMBOL(cap_inode_setxattr);
>  EXPORT_SYMBOL(cap_inode_removexattr);
> -EXPORT_SYMBOL(cap_inode_killpriv);
>  EXPORT_SYMBOL(cap_task_post_setuid);
>  EXPORT_SYMBOL(cap_task_kill);
>  EXPORT_SYMBOL(cap_task_setscheduler);

Ah yes, bc LSMs can't be modules any more.  But then, why still export
cap_task_setscheduler, for instance?

-serge
-
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