From: "shintarou_fujiwara" <shin216@xf7.so-net.ne.jp>
To: "selinux mailing list" <selinux@tycho.nsa.gov>
Subject: no-ip policy
Date: Sat, 30 Jul 2005 17:08:56 +0900 [thread overview]
Message-ID: <002201c594dd$eee47500$0300a8c0@admin0> (raw)
[-- Attachment #1: Type: text/plain, Size: 154 bytes --]
Hi , I'm shin from JAPAN .
I'm working on a private home-server by FC3 using no-ip DNS services. Here
I'v written down a policy for it.
Any comments ?
[-- Attachment #2: noip.fc --]
[-- Type: application/octet-stream, Size: 175 bytes --]
####################for noip##########################
/usr/local/bin/noip2 system_u:object_r:noip_exec_t
/usr/local/etc/no-ip2\.conf system_u:object_r:noip_conf_t
[-- Attachment #3: noip.te --]
[-- Type: application/octet-stream, Size: 535 bytes --]
#############for noip###############
daemon_domain(noip)
type noip_conf_t,file_type,sysadmfile;
can_network(noip_t)
uses_shlib(noip_t)
base_file_read_access(noip_t)
tmpfs_domain(noip)
rw_dir_file(noip_t,noip_conf_t)
allow noip_t noip_t:shm create_shm_perms;
allow noip_t noip_t:socket_class_set create_stream_socket_perms;
allow noip_t kernel_t:fd { use };
allow noip_t etc_t:file { read };
allow noip_t etc_t:file { getattr };
allow noip_t noip_t:capability { setgid };
allow noip_t noip_t:capability { setuid };
reply other threads:[~2005-07-30 8:15 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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='002201c594dd$eee47500$0300a8c0@admin0' \
--to=shin216@xf7.so-net.ne.jp \
--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.