All of lore.kernel.org
 help / color / mirror / Atom feed
From: cpebenito@tresys.com (Christopher J. PeBenito)
To: refpolicy@oss.tresys.com
Subject: [refpolicy] [PATCH 1/1] Add dropbox_port_t support
Date: Mon, 9 Jun 2014 11:02:07 -0400	[thread overview]
Message-ID: <5395CC6F.1070002@tresys.com> (raw)
In-Reply-To: <1402170272-25800-1-git-send-email-sven.vermeulen@siphos.be>

On 06/07/2014 03:44 PM, Sven Vermeulen wrote:
> The dropbox application has a feature called "LAN Sync" which works on
> TCP & UDP port 17500. Marking this port as dropbox_port_t (instead of
> the currently default unreserved_port_t) allows for more fine-grained
> access control to this resource.
> 
> Signed-off-by: Sven Vermeulen <sven.vermeulen@siphos.be>
> ---
>  policy/modules/kernel/corenetwork.te.in | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/policy/modules/kernel/corenetwork.te.in b/policy/modules/kernel/corenetwork.te.in
> index 7fe89bc..5f28977 100644
> --- a/policy/modules/kernel/corenetwork.te.in
> +++ b/policy/modules/kernel/corenetwork.te.in
> @@ -120,6 +120,7 @@ network_port(dhcpd, udp,67,s0, udp,547,s0, tcp, 547,s0, udp,548,s0, tcp, 548,s0,
>  network_port(dict, tcp,2628,s0)
>  network_port(distccd, tcp,3632,s0)
>  network_port(dns, tcp,53,s0, udp,53,s0)
> +network_port(dropbox, tcp,17500,s0, udp,17500,s0)
>  network_port(efs, tcp,520,s0)
>  network_port(embrace_dp_c, tcp,3198,s0, udp,3198,s0)
>  network_port(epmap, tcp,135,s0, udp,135,s0)
 
Merged.

-- 
Chris PeBenito
Tresys Technology, LLC
www.tresys.com | oss.tresys.com

      reply	other threads:[~2014-06-09 15:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-07 19:44 [refpolicy] [PATCH 1/1] Add dropbox_port_t support Sven Vermeulen
2014-06-09 15:02 ` Christopher J. 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=5395CC6F.1070002@tresys.com \
    --to=cpebenito@tresys.com \
    --cc=refpolicy@oss.tresys.com \
    /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.