All of lore.kernel.org
 help / color / mirror / Atom feed
* gentoo policy for dante
@ 2004-11-15 17:37 petre rodan
       [not found] ` <20041116082954.GC2546@jmh.mhn.de>
  2004-11-18 20:07 ` James Carter
  0 siblings, 2 replies; 12+ messages in thread
From: petre rodan @ 2004-11-15 17:37 UTC (permalink / raw)
  To: selinux


[-- Attachment #1.1: Type: text/plain, Size: 178 bytes --]

Hi,

this must be gentoo-day :)

policy for dante [1], attached

[1] http://www.inet.no/dante/

bye,
peter

-- 
petre rodan
<kaiowas@gentoo.org>
Developer,
Hardened Gentoo Linux

[-- Attachment #1.2: dante.fc --]
[-- Type: text/plain, Size: 164 bytes --]

# dante
/usr/sbin/sockd		--	system_u:object_r:dante_exec_t
/etc/socks(/.*)?		system_u:object_r:dante_conf_t
/var/run/sockd.pid	--	system_u:object_r:dante_var_run_t

[-- Attachment #1.3: dante.te --]
[-- Type: text/plain, Size: 615 bytes --]

#DESC dante - socks daemon
#
# Author: petre rodan <kaiowas@gentoo.org>
#

type dante_conf_t, file_type, sysadmfile;
type socks_port_t, port_type;

daemon_domain(dante)
can_network(dante_t)

allow dante_t self:fifo_file { read write };
allow dante_t self:capability { setuid };
allow dante_t self:unix_dgram_socket { connect create write };
allow dante_t self:unix_stream_socket { connect create read setopt write };

allow dante_t socks_port_t:tcp_socket name_bind;

allow dante_t { etc_t etc_runtime_t }:file r_file_perms;
r_dir_file(dante_t, dante_conf_t)

allow dante_t initrc_var_run_t:file { getattr write };

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2004-11-29 19:21 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-15 17:37 gentoo policy for dante petre rodan
     [not found] ` <20041116082954.GC2546@jmh.mhn.de>
2004-11-16  9:13   ` petre rodan
2004-11-18 20:07 ` James Carter
2004-11-18 21:57   ` petre rodan
2004-11-19 19:51     ` James Carter
2004-11-21  5:13       ` Daniel J Walsh
2004-11-21  5:18       ` Daniel J Walsh
2004-11-21  9:14         ` petre rodan
2004-11-23 21:07         ` James Carter
2004-11-28  9:51         ` petre rodan
2004-11-29 15:23           ` Daniel J Walsh
2004-11-29 19:24             ` James Carter

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.