All of lore.kernel.org
 help / color / mirror / Atom feed
* can_tcp_connect_to() macro
@ 2002-05-26  9:59 Russell Coker
  2002-05-26 10:36 ` Tom
  2002-05-28 12:36 ` Stephen Smalley
  0 siblings, 2 replies; 4+ messages in thread
From: Russell Coker @ 2002-05-26  9:59 UTC (permalink / raw)
  To: SE Linux

What do you think about the following?

#################################
#
# can_tcp_connect_to(client, server)
#
# Permissions for establishing a TCP connection TO a domain.
#
define(`can_tcp_connect_to',`
allow $1 $2:tcp_socket connectto;
allow $2 $1:tcp_socket recvfrom;
')

-- 
If you send email to me or to a mailing list that I use which has >4 lines
of legalistic junk at the end then you are specifically authorizing me to do
whatever I wish with the message and all other messages from your domain, by
posting the message you agree that your long legalistic sig is void.

--
You have received this message because you are subscribed to the selinux 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.

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

end of thread, other threads:[~2002-05-28 12:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-26  9:59 can_tcp_connect_to() macro Russell Coker
2002-05-26 10:36 ` Tom
2002-05-26 11:00   ` Russell Coker
2002-05-28 12:36 ` Stephen Smalley

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.