Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1430837

Re: [PATCH v4 4/3] LSM: Improve context interface for proc attrs

From Kees Cook <keescook@chromium.org>
Newsgroups linux.kernel
Subject Re: [PATCH v4 4/3] LSM: Improve context interface for proc attrs
Date 2016-06-24 19:50 +0200
Message-ID <rNDoS-2OX-13@gated-at.bofh.it> (permalink)
References <rNk2R-7gz-1@gated-at.bofh.it> <rNkcx-7lw-19@gated-at.bofh.it> <rNkPf-7CD-13@gated-at.bofh.it> <rNCj8-22X-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Fri, Jun 24, 2016 at 9:38 AM, Casey Schaufler <casey@schaufler-ca.com> wrote:
> Subject: [PATCH v4 4/3] LSM: Improve context interface for proc attrs
>
> Replace kzalloc ... sprintf with kasprintf in the
> "context" procfs attr code.
>
> Signed-off-by: Casey Schaufler <casey@schaufler-ca.com>

Great! For this and the other 3:

Acked-by: Kees Cook <keescook@chromium.org>

-Kees

-- 
Kees Cook
Chrome OS & Brillo Security

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v4 0/3] LSM: module hierarchy in /proc/.../attr Casey Schaufler <casey@schaufler-ca.com> - 2016-06-23 23:10 +0200
  [PATCH v4 1/3] LSM: Add /sys/kernel/security/lsm Casey Schaufler <casey@schaufler-ca.com> - 2016-06-23 23:20 +0200
    Re: [PATCH v4 1/3] LSM: Add /sys/kernel/security/lsm Paul Moore <paul@paul-moore.com> - 2016-06-24 21:00 +0200
  [PATCH v4 2/3] LSM: module hierarchy in /proc/.../attr Casey Schaufler <casey@schaufler-ca.com> - 2016-06-23 23:20 +0200
    Re: [PATCH v4 2/3] LSM: module hierarchy in /proc/.../attr Paul Moore <paul@paul-moore.com> - 2016-06-24 21:20 +0200
      Re: [PATCH v4 2/3] LSM: module hierarchy in /proc/.../attr Kees Cook <keescook@chromium.org> - 2016-06-24 22:10 +0200
        Re: [PATCH v4 2/3] LSM: module hierarchy in /proc/.../attr Paul Moore <paul@paul-moore.com> - 2016-06-24 22:30 +0200
          [PATCH v5 2/3] LSM: module hierarchy in /proc/.../attr Casey Schaufler <casey@schaufler-ca.com> - 2016-06-25 01:30 +0200
            Re: [PATCH v5 2/3] LSM: module hierarchy in /proc/.../attr Paul Moore <paul@paul-moore.com> - 2016-06-29 19:10 +0200
              Re: [PATCH v5 2/3] LSM: module hierarchy in /proc/.../attr John Johansen <john.johansen@canonical.com> - 2016-07-02 19:30 +0200
          [PATCH v5 1/3] LSM: Add /sys/kernel/security/lsm Casey Schaufler <casey@schaufler-ca.com> - 2016-06-25 01:30 +0200
            Re: [PATCH v5 1/3] LSM: Add /sys/kernel/security/lsm Paul Moore <paul@paul-moore.com> - 2016-06-29 19:10 +0200
              Re: [PATCH v5 1/3] LSM: Add /sys/kernel/security/lsm John Johansen <john.johansen@canonical.com> - 2016-07-02 19:30 +0200
          [PATCH v5 0/3] LSM: security module information improvements Casey Schaufler <casey@schaufler-ca.com> - 2016-06-25 01:30 +0200
            [PATCH v5 3/3] LSM: Add context interface for proc attrs Casey Schaufler <casey@schaufler-ca.com> - 2016-06-25 01:40 +0200
            [PATCH v4 3/3] LSM: Add context interface for proc attrs Casey Schaufler <casey@schaufler-ca.com> - 2016-06-25 01:40 +0200
              Re: [PATCH v4 3/3] LSM: Add context interface for proc attrs Paul Moore <paul@paul-moore.com> - 2016-06-29 19:10 +0200
                Re: [PATCH v4 3/3] LSM: Add context interface for proc attrs John Johansen <john.johansen@canonical.com> - 2016-07-02 19:30 +0200
                [PATCH v5 0/3] LSM: security module information improvements - Acked Casey Schaufler <casey@schaufler-ca.com> - 2016-07-05 18:00 +0200
                Re: [PATCH v5 0/3] LSM: security module information improvements -  Acked James Morris <jmorris@namei.org> - 2016-07-08 12:10 +0200
                Re: [PATCH v5 0/3] LSM: security module information improvements -  Acked Casey Schaufler <casey@schaufler-ca.com> - 2016-07-08 17:40 +0200
                [PATCH v5 2/3] LSM: module hierarchy in /proc/.../attr - Acked Casey Schaufler <casey@schaufler-ca.com> - 2016-07-05 18:00 +0200
                [PATCH v5 1/3] LSM: Add /sys/kernel/security/lsm - Acked Casey Schaufler <casey@schaufler-ca.com> - 2016-07-05 18:00 +0200
                [PATCH v5 3/3] LSM: Add context interface for proc attrs - Acked Casey Schaufler <casey@schaufler-ca.com> - 2016-07-05 18:00 +0200
      Re: [PATCH v4 2/3] LSM: module hierarchy in /proc/.../attr Casey Schaufler <casey@schaufler-ca.com> - 2016-06-24 22:10 +0200
  [PATCH v4 3/3] LSM: Add context interface for proc attrs Casey Schaufler <casey@schaufler-ca.com> - 2016-06-23 23:20 +0200
    Re: [PATCH v4 3/3] LSM: Add context interface for proc attrs Kees Cook <keescook@chromium.org> - 2016-06-24 00:00 +0200
      Re: [PATCH v4 3/3] LSM: Add context interface for proc attrs Casey Schaufler <casey@schaufler-ca.com> - 2016-06-24 00:20 +0200
      [PATCH v4 4/3] LSM: Improve context interface for proc attrs Casey Schaufler <casey@schaufler-ca.com> - 2016-06-24 18:40 +0200
        Re: [PATCH v4 4/3] LSM: Improve context interface for proc attrs Kees Cook <keescook@chromium.org> - 2016-06-24 19:50 +0200
    Re: [PATCH v4 3/3] LSM: Add context interface for proc attrs Paul Moore <paul@paul-moore.com> - 2016-06-24 21:20 +0200
      Re: [PATCH v4 3/3] LSM: Add context interface for proc attrs Casey Schaufler <casey@schaufler-ca.com> - 2016-06-24 22:00 +0200

csiph-web