From: "Christopher J. PeBenito" <cpebenito@tresys.com>
To: SELinux Mail List <selinux@tycho.nsa.gov>
Subject: ntp policy
Date: Mon, 05 Sep 2005 10:07:46 -0400 [thread overview]
Message-ID: <1125929266.16388.85.camel@sgc> (raw)
While converting the ntpd policy over to a reference policy module, I
came across a few lines which bring up questions.
# so the start script can change firewall entries
allow initrc_t net_conf_t:file { getattr read ioctl };
This looks like a distro-specific access, or perhaps it just made its
way in by accident?
# for cron jobs
# system_crond_t is not right, cron is not doing what it should
ifdef(`crond.te', `
system_crond_entry(ntpd_exec_t, ntpd_t)
')
It is unclear to me what the comment means. Also, shouldn't this be
ntpdate_exec_t instead of ntpd_exec_t?
can_udp_send(ntpd_t, sysadm_t)
can_udp_send(sysadm_t, ntpd_t)
There is no comment for these. Are they needed for sysadm to run
ntpdate?
ifdef(`winbind.te', `
allow ntpd_t winbind_var_run_t:dir r_dir_perms;
allow ntpd_t winbind_var_run_t:sock_file rw_file_perms;
')
Generally when using a sock_file, a domain is connecting/sending to
another domain over a unix domain socket; however, after doing a few
rule searches in apol, I find no evidence that ntpd_t connects/sends to
winbind_t. Is there some other purpose for these rules, or am I missing
something?
--
Chris PeBenito
Tresys Technology, LLC
(410) 290-1411 x150
--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.
next reply other threads:[~2005-09-05 14:07 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-09-05 14:07 Christopher J. PeBenito [this message]
2005-09-07 12:16 ` ntp policy Daniel J Walsh
2005-09-07 13:21 ` Christopher J. PeBenito
2005-09-07 13:27 ` Daniel J Walsh
-- strict thread matches above, loose matches on Subject: below --
2002-03-20 14:55 Russell Coker
2002-03-20 21:01 ` Stephen Smalley
2002-03-20 21:06 ` Stephen Smalley
2002-03-20 22:00 ` Russell Coker
2002-03-21 19:15 ` Stephen Smalley
2002-03-21 22:05 ` Russell Coker
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=1125929266.16388.85.camel@sgc \
--to=cpebenito@tresys.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.