linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT] Security subsystem fixes for 3.4
@ 2012-04-18  3:50 James Morris
  2012-04-19  3:10 ` James Morris
  0 siblings, 1 reply; 2+ messages in thread
From: James Morris @ 2012-04-18  3:50 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-security-module, linux-kernel

Please pull.

The following changes since commit 592fe8980688e7cba46897685d014c7fb3018a67:
  Linus Torvalds (1):
        Merge tag 'ext4_for_linus' of git://git.kernel.org/.../tytso/ext4

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git for-linus

Casey Schaufler (1):
      Smack: move label list initialization

Eric Paris (1):
      fcaps: clear the same personality flags as suid when fcaps are used

Jesper Juhl (1):
      mpi: Avoid using freed pointer in mpi_lshift_limbs()

 lib/mpi/mpi-bit.c          |    5 +++--
 security/commoncap.c       |    5 +++++
 security/smack/smack_lsm.c |   44 +++++++++++++++++++++++++++++++++-----------
 security/smack/smackfs.c   |   14 --------------
 4 files changed, 41 insertions(+), 27 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT] Security subsystem fixes for 3.4
  2012-04-18  3:50 [GIT] Security subsystem fixes for 3.4 James Morris
@ 2012-04-19  3:10 ` James Morris
  0 siblings, 0 replies; 2+ messages in thread
From: James Morris @ 2012-04-19  3:10 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-security-module, linux-kernel

The fcaps patch introduced a build error for some users, sorry.

Please pull the fix below.



The following changes since commit b6a89584c36f307f2c2bbb136ea50985ca4bc7b4:
  Linus Torvalds (1):
        Merge branch 'for-linus' of git://git.kernel.org/.../jmorris/linux-security

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git for-linus

Jonghwan Choi (1):
      security: fix compile error in commoncap.c

 security/commoncap.c |    1 +
 1 file changed, 1 insertion(+)

commit 51b79bee627d526199b2f6a6bef8ee0c0739b6d1
Author: Jonghwan Choi <jhbird.choi@samsung.com>
Date:   Wed Apr 18 17:23:04 2012 -0400

    security: fix compile error in commoncap.c
    
    Add missing "personality.h"
    security/commoncap.c: In function 'cap_bprm_set_creds':
    security/commoncap.c:510: error: 'PER_CLEAR_ON_SETID' undeclared (first use in this function)
    security/commoncap.c:510: error: (Each undeclared identifier is reported only once
    security/commoncap.c:510: error: for each function it appears in.)
    
    Signed-off-by: Jonghwan Choi <jhbird.choi@samsung.com>
    Acked-by: Serge Hallyn <serge.hallyn@canonical.com>
    Signed-off-by: James Morris <james.l.morris@oracle.com>

diff --git a/security/commoncap.c b/security/commoncap.c
index 0ecf4ba..71a166a 100644
--- a/security/commoncap.c
+++ b/security/commoncap.c
@@ -29,6 +29,7 @@
 #include <linux/securebits.h>
 #include <linux/user_namespace.h>
 #include <linux/binfmts.h>
+#include <linux/personality.h>
 
 /*
  * If a non-root user executes a setuid-root binary in

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-04-19  3:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-18  3:50 [GIT] Security subsystem fixes for 3.4 James Morris
2012-04-19  3:10 ` James Morris

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).