Chris PeBenito
4a0e5fffc7
Module version bump for patches from Nicolas Iooss and Grant Ridder.
2016-02-02 09:35:30 -05:00
Grant Ridder
976af3482a
Add redis-sentinel port to redis network_port def
2016-02-02 09:33:34 -05:00
Chris PeBenito
468185f5f7
Bump module versions for release.
2014-12-03 13:37:38 -05:00
Chris PeBenito
2b621e2c09
Module version bump for full IRC ports from Luis Ressel.
2014-08-18 15:21:49 -04:00
Luis Ressel
43d6b26963
kernel/corenetwork.te: Add all registered IRC ports
...
IANA has registered 6665-9/tcp and 6697 for IRC.
2014-08-18 14:01:26 -04:00
Chris PeBenito
f8a0451c7d
Module version bump for dropbox port from Sven Vermeulen.
2014-06-09 08:42:26 -04:00
Sven Vermeulen
c0bd1fbe5f
Add dropbox_port_t support
...
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>
2014-06-09 08:35:48 -04:00
Chris PeBenito
10ff4d0fa3
Bump module versions for release.
2014-03-11 08:16:57 -04:00
Chris PeBenito
48554d9376
Module version bump for gdomap port from Dominick Grift.
2013-09-27 15:12:51 -04:00
Dominick Grift
9e62ecd264
corenetwork: Declare gdomap port, tcp/udp:538
...
Signed-off-by: Dominick Grift <dominick.grift@gmail.com>
2013-09-27 15:08:58 -04:00
Chris PeBenito
65499f0580
Module version bump for redis port from Dominick Grift.
2013-09-23 15:47:00 -04:00
Dominick Grift
b44a96030e
Support redis port tcp,6379
...
Signed-off-by: Dominick Grift <dominick.grift@gmail.com>
2013-09-23 14:44:16 -04:00
Sven Vermeulen
af30431070
Add trivnet1 port (8200)
...
Create the proper port types for trivnet1 (port 8200)
Signed-off-by: Sven Vermeulen <sven.vermeulen@siphos.be>
2013-05-09 08:54:20 -04:00
Chris PeBenito
d174521a64
Bump module versions for release.
2013-04-24 16:14:52 -04:00
Chris PeBenito
e4f0112175
Module version bump for dhcp6 ports, from Russell Coker.
2012-10-19 08:39:02 -04:00
Russell Coker
f9bee5a60b
Label port 5546 as dhcpc_port_t and allow dhcpc_t to bind to TCP for client control
...
Client control is used by the wide dhcp6 client, which can be controlled
via dhcp6ctl. This works by communicating over port 5546.
2012-10-19 08:19:28 -04:00
Chris PeBenito
afdb509245
Module version bump for changes from Dominick Grift and Sven Vermeulen.
2012-10-09 11:01:42 -04:00
Dominick Grift
f3492a3a1e
Declare a cslistener port type for phpfpm
...
Signed-off-by: Dominick Grift <dominick.grift@gmail.com>
2012-10-09 10:05:35 -04:00
Chris PeBenito
8bd7b0e1b9
Module version bump for srvloc port definition from Dominick Grift.
2012-10-02 10:35:29 -04:00
Dominick Grift
b123010082
svrloc port type declaration from slpd policy module
...
Signed-off-by: Dominick Grift <dominick.grift@gmail.com>
2012-10-02 10:33:55 -04:00
Chris PeBenito
0a0d071937
Module version bump for ports update from Dominick Grift.
2012-09-17 10:30:26 -04:00
Dominick Grift
53c8224fc4
Declare port types for ports used by Fedora but use /etc/services for port names rather than using fedora port names. If /etc/services does not have a port name for a port used by Fedora, skip for now.
...
Signed-off-by: Dominick Grift <dominick.grift@gmail.com>
2012-09-17 10:06:29 -04:00
Chris PeBenito
3516535aa6
Bump module versions for release.
2012-07-25 14:33:06 -04:00
Chris PeBenito
278ac79c08
Module version bump for http_cache port update from Sven Vermeulen.
2012-05-04 11:20:33 -04:00
Sven Vermeulen
d36c428425
Mark tcp:3128 as http_cache_port_t
...
Port 3128 is the default port for squid cache
Signed-off-by: Sven Vermeulen <sven.vermeulen@siphos.be>
2012-05-04 11:15:59 -04:00
Chris PeBenito
f65edd8280
Bump module versions for release.
2012-02-15 14:32:45 -05:00
Chris PeBenito
c4fa10ef81
Module version bump for changes from Fedora.
2011-12-15 08:38:06 -05:00
Chris PeBenito
7ec71dcd22
Repository port from Fedora.
2011-12-15 08:37:00 -05:00
Dan Walsh
4d6b03b961
Add port for matahati policy
2011-12-15 08:33:40 -05:00
Dan Walsh
288b8ab6b2
Add port for glance policy
2011-12-15 08:33:10 -05:00
Chris PeBenito
332c3a5fc4
Fix corenetwork port declaration to choose either reserved or unreserved.
...
This changes the port declarations for cases where a type is used for
ports above and below 1024. The old code would give both the reserved
and unreserved port attribute. This new code only gives the reserved
port attribute.
2011-10-04 15:31:08 -04:00
Chris PeBenito
bf8592ee42
Module version bump and changelog for milter ports patch from Paul Howarth.
2011-09-20 09:49:48 -04:00
Paul Howarth
d27a504b0e
Add milter_port_t
...
Add a milter_port_t for use with inet sockets for communication
between milters and MTAs.
There are no defined ports with this type: admins are expected
to use semanage to specify the ports being used for milters.
2011-09-20 09:24:58 -04:00
Chris PeBenito
a108d9db60
Enhance corenetwork network_port() macro to support ports that do not have a well defined port number, such as stunnel.
2011-09-14 12:17:22 -04:00
Chris PeBenito
ec70a331ff
Corenetwork policy size optimization from Dan Walsh.
2011-08-26 09:03:25 -04:00
Chris PeBenito
aa4dad379b
Module version bump for release.
2011-07-26 08:11:01 -04:00
Chris PeBenito
ccf8bdea90
Add agent support to zabbix from Sven Vermeulen.
2011-06-15 14:11:14 -04:00
Sven Vermeulen
80b95df00a
Zabbix agent binds on its own port, connects to zabbix server
...
The zabbix agent has its own dedicated port (10050) on which it needs to
bind/listen.
Also, the agent connects to the server so we add the zabbix_tcp_connect
interface (shamelessly copied from mysql_tcp_connect) and use it for the
zabbix_agent_t domain.
Update: structure interface calls more closely to styleguide
Signed-off-by: Sven Vermeulen <sven.vermeulen@siphos.be>
2011-06-15 13:41:03 -04:00
Sven Vermeulen
5b17d3e7d6
Define zabbix port and allow server to listen/bind on it
...
The zabbix server uses a dedicated port (10051). We define it and allow the
zabbix server to bind/listen on it.
Signed-off-by: Sven Vermeulen <sven.vermeulen@siphos.be>
2011-06-15 13:40:54 -04:00
Chris PeBenito
8c3e30f913
Module version bump and changelog for Fedora modules.
2011-05-24 09:12:43 -04:00
Chris PeBenito
af82a77675
Add zarafa from Fedora.
2011-05-24 09:11:56 -04:00
Chris PeBenito
d2defd81e3
Add telepathy from Fedora.
2011-05-20 10:16:09 -04:00
Chris PeBenito
8630e36c5c
Add mpd from Fedora.
2011-05-19 09:56:59 -04:00
Chris PeBenito
d90a1aab54
Add aiccu from Fedora.
2011-05-19 09:09:09 -04:00
Chris PeBenito
e541d13ae5
Pull in additional kernel layer Fedora policy changes.
2011-04-14 10:05:56 -04:00
Chris PeBenito
0de0ea5c9e
Start pulling in kernel layer pieces from Fedora.
2011-03-29 10:33:43 -04:00
Stephen Smalley
5319bbf1c3
Add TSS Core Services (TCS) daemon (tcsd) policy
...
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
2011-02-07 08:36:43 -05:00
Chris PeBenito
4f6f347d4c
Module version bump and changelog for hadoop ipsec patch from Paul Nuzzi.
2011-01-13 13:50:47 -05:00
Chris PeBenito
530ad6fc6a
Whitespace fixes in corenetwork and ipsec.
2011-01-13 13:37:04 -05:00
Chris PeBenito
371908d1c8
Rename new hadoop ipsec interfaces.
2011-01-13 12:56:12 -05:00