All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yuli Khodorkovskiy <ykhodo@gmail.com>
To: selinux@tycho.nsa.gov
Subject: [PATCH v2 0/2] restorecon context validation improvement
Date: Wed, 28 Mar 2018 20:40:01 -0700	[thread overview]
Message-ID: <20180329034003.2231-1-ykhodo@gmail.com> (raw)

In permissive, if a bad label is written to a file_context file,
restorecon will not verify the label before succesfully applying the
context. These patches fix validation of labels during restorecon
while not breaking current behavior of lazy validation.

Yuli Khodorkovskiy (2):
  libselinux: verify file_contexts when using restorecon
  libselinux: echo line number of bad label in selabel_fini()

 libselinux/src/label.c          | 4 ++--
 libselinux/src/label_file.h     | 1 +
 libselinux/src/label_internal.h | 1 +
 3 files changed, 4 insertions(+), 2 deletions(-)

-- 
2.14.3

             reply	other threads:[~2018-03-29  3:40 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-29  3:40 Yuli Khodorkovskiy [this message]
2018-03-29  3:40 ` [PATCH v2 1/2] libselinux: verify file_contexts when using restorecon Yuli Khodorkovskiy
2018-03-29 12:37   ` Stephen Smalley
2018-03-29 16:17     ` William Roberts
2018-03-29  3:40 ` [PATCH v2 2/2] libselinux: echo line number of bad label in selabel_fini() Yuli Khodorkovskiy
2018-03-29 13:49   ` Stephen Smalley
2018-03-29 15:48     ` Yuli Khodorkovskiy
2018-03-29 16:35       ` Stephen Smalley
2018-03-29 16:37         ` Yuli Khodorkovskiy
2018-03-29  5:00 ` [PATCH v2 0/2] restorecon context validation improvement William Roberts

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180329034003.2231-1-ykhodo@gmail.com \
    --to=ykhodo@gmail.com \
    --cc=selinux@tycho.nsa.gov \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.