All of lore.kernel.org
 help / color / mirror / Atom feed
* howl
@ 2004-10-13 10:25 Russell Coker
  2004-10-13 20:18 ` howl James Carter
  0 siblings, 1 reply; 8+ messages in thread
From: Russell Coker @ 2004-10-13 10:25 UTC (permalink / raw)
  To: SELinux

[-- Attachment #1: Type: text/plain, Size: 295 bytes --]

The attached patch is needed for howl.te

-- 
http://www.coker.com.au/selinux/   My NSA Security Enhanced Linux packages
http://www.coker.com.au/bonnie++/  Bonnie++ hard drive benchmark
http://www.coker.com.au/postal/    Postal SMTP/POP benchmark
http://www.coker.com.au/~russell/  My home page

[-- Attachment #2: howl.diff --]
[-- Type: text/x-diff, Size: 670 bytes --]

--- /usr/src/se/policy/domains/program/unused/howl.te	2004-08-28 12:05:02.000000000 +1000
+++ domains/program/unused/howl.te	2004-10-13 20:24:49.000000000 +1000
@@ -1,3 +1,8 @@
+#DESC howl - port of Apple Rendezvous multicast DNS
+#
+# Author:  Russell Coker <rcoker@redhat.com>
+#
+
 daemon_domain(howl)
 allow howl_t proc_t:file { getattr read };
 can_network(howl_t)
@@ -7,7 +12,7 @@
 allow howl_t self:fifo_file rw_file_perms;
 
 type howl_port_t, port_type;
-allow howl_t howl_port_t:tcp_socket name_bind;
+allow howl_t howl_port_t:{ udp_socket tcp_socket } name_bind;
 
 allow howl_t etc_t:file { getattr read };
 allow howl_t initrc_var_run_t:file rw_file_perms;

^ permalink raw reply	[flat|nested] 8+ messages in thread
* new patches
@ 2004-11-12 14:39 Ferenci Daniel
  0 siblings, 0 replies; 8+ messages in thread
From: Ferenci Daniel @ 2004-11-12 14:39 UTC (permalink / raw)
  To: linux-x25

Hi all x25 linux people,

I would like to contribute with some patches.

- hdlc_bridge patch - creates new hdlc stack and I found it usable for 
hdlc sniffer (within 2 hdlc devices)


- x25_forward patch - extends capabilities of current x25 stack
                                        stack is then able to forward 
x25 packets which are not originated from local maschine or not roted to 
local maschine
                                        I found it usable with tap 
devices forward traffic through maschine (x25 router)

- updated version of sethdlc.c

All this you can find at
http://www.dafe.net/x25/

Regards
Daniel Ferenci.




^ permalink raw reply	[flat|nested] 8+ messages in thread
* New patches
@ 2005-01-16 20:49 VeNoMouS
  2005-01-18  2:53 ` Rusty Russell
  0 siblings, 1 reply; 8+ messages in thread
From: VeNoMouS @ 2005-01-16 20:49 UTC (permalink / raw)
  To: netfilter-devel

Ive written a bidirectional matching patch and rewritten the quota patch to include packet header length as well into the quota these patches can be found at http://www.gen-x.co.nz/patches/ Ive included a patch for iptables-1.2.11 for the bidirectional match perhaps these can be entered into PoM?

VeNoMouS.

^ permalink raw reply	[flat|nested] 8+ messages in thread
* New patches
@ 2013-04-03 13:06 Jeff Squyres (jsquyres)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeff Squyres (jsquyres) @ 2013-04-03 13:06 UTC (permalink / raw)
  To: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org

I'm about to send some patches for libibverbs and Roland's infiniband kernel git tree.  The patches fit into two general categories:

1. Add enums for Cisco's Ethernet Virtual NIC (it's not an RNIC and therefore doesn't fit the RNIC/IWARP enums).  Also add enums for 1500 and 9000 MTUs.

2. Minor modernization of the GNU Autotools usage in libibverbs.

-- 
Jeff Squyres
jsquyres-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org
For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2013-04-03 13:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-13 10:25 howl Russell Coker
2004-10-13 20:18 ` howl James Carter
2004-10-14  3:25   ` New Patches Daniel J Walsh
2004-10-15 15:14     ` James Carter
  -- strict thread matches above, loose matches on Subject: below --
2004-11-12 14:39 new patches Ferenci Daniel
2005-01-16 20:49 New patches VeNoMouS
2005-01-18  2:53 ` Rusty Russell
2013-04-03 13:06 Jeff Squyres (jsquyres)

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.