selinux-refpolicy.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Chris PeBenito <pebenito@ieee.org>
To: "Sugar, David" <dsugar@tresys.com>,
	"selinux-refpolicy@vger.kernel.org" 
	<selinux-refpolicy@vger.kernel.org>
Subject: Re: [PATCH] Allow init_t to read net_conf_t
Date: Tue, 19 Feb 2019 19:31:50 -0800	[thread overview]
Message-ID: <ef9902a81f4ef9197f4999f114463de5749b0fce.camel@ieee.org> (raw)
In-Reply-To: <20190218151450.13208-1-dsugar@tresys.com>

On Mon, 2019-02-18 at 15:15 +0000, Sugar, David wrote:
> init (systemd) needs to read /etc/hostname during boot
> to retreive the hostname to apply to the system.
> 
> Feb 06 18:37:06 localhost.localdomain kernel: type=1400
> audit(1549478223.842:3): avc:  denied  { read } for  pid=1
> comm="systemd" name="hostname" dev="dm-1" ino=1262975
> scontext=system_u:system_r:init_t:s0
> tcontext=system_u:object_r:net_conf_t:s0 tclass=file permissive=0
> 
> Signed-off-by: Dave Sugar <dsugar@tresys.com>
> ---
>  policy/modules/system/init.te | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/policy/modules/system/init.te
> b/policy/modules/system/init.te
> index eabba1ed..735a3b81 100644
> --- a/policy/modules/system/init.te
> +++ b/policy/modules/system/init.te
> @@ -409,6 +409,8 @@ ifdef(`init_systemd',`
>  	# lvm2-activation-generator checks file labels
>  	seutil_read_file_contexts(init_t)
>  
> +	sysnet_read_config(init_t)
> +
>  	systemd_getattr_updated_runtime(init_t)
>  	systemd_manage_passwd_runtime_symlinks(init_t)
>  	systemd_use_passwd_agent(init_t)

Merged.

-- 
Chris PeBenito



      parent reply	other threads:[~2019-02-20  3:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-18 15:15 [PATCH] Allow init_t to read net_conf_t Sugar, David
2019-02-18 15:15 ` [PATCH] Allow systemd-hostnamed to set the hostname Sugar, David
2019-02-20  3:31   ` Chris PeBenito
2019-02-20  3:31 ` Chris PeBenito [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=ef9902a81f4ef9197f4999f114463de5749b0fce.camel@ieee.org \
    --to=pebenito@ieee.org \
    --cc=dsugar@tresys.com \
    --cc=selinux-refpolicy@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 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).