All of lore.kernel.org
 help / color / mirror / Atom feed
From: kongbaichuan <kongbaichuan@huawei.com>
To: Stephen Smalley <sds@tycho.nsa.gov>,
	"selinux@vger.kernel.org" <selinux@vger.kernel.org>
Subject: 答复: [PATCH] restorecond: Fix redundant console log output error
Date: Wed, 13 Nov 2019 06:58:51 +0000	[thread overview]
Message-ID: <29DB54BD44962C418560B9F4D8E964C41B2BED27@DGGEML522-MBX.china.huawei.com> (raw)
In-Reply-To: acce2e1f-1deb-7a4a-9fca-6cc6c0a71c70@tycho.nsa.gov

linux_suse_sp4_work:/tmp # readelf -s setfiles | grep r_opts
    53: 0000000000014020   120 OBJECT  LOCAL  DEFAULT   22 r_opts
   114: 00000000000140c0     8 OBJECT  GLOBAL DEFAULT   22 r_opts
linux_suse_sp4_work:/tmp # readelf -s restorecond | grep r_opts
   101: 00000000000060c0   128 OBJECT  GLOBAL DEFAULT   23 r_opts

This is the entries of r_opts in symbol table of setfiles and restorecond. There is one r_opts is 
coverd by another in restorecond, but it not happened to setfiles.

      parent reply	other threads:[~2019-11-13  6:58 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-12  1:23 [PATCH] restorecond: Fix redundant console log output error Baichuan Kong
2019-11-12 15:47 ` Stephen Smalley
2019-11-12 15:54   ` Stephen Smalley
2019-11-13  6:36     ` 答复: " kongbaichuan
2019-11-13 13:13       ` Stephen Smalley
2019-11-14  3:03         ` 答复: " kongbaichuan
2019-11-13  6:58     ` kongbaichuan [this message]

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=29DB54BD44962C418560B9F4D8E964C41B2BED27@DGGEML522-MBX.china.huawei.com \
    --to=kongbaichuan@huawei.com \
    --cc=sds@tycho.nsa.gov \
    --cc=selinux@vger.kernel.org \
    /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.