All of lore.kernel.org
 help / color / mirror / Atom feed
* hald fix
@ 2004-09-16 11:51 Russell Coker
  2004-09-16 13:44 ` Stephen Smalley
  2004-09-16 14:52 ` James Carter
  0 siblings, 2 replies; 15+ messages in thread
From: Russell Coker @ 2004-09-16 11:51 UTC (permalink / raw)
  To: SE Linux

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

The attached patch fixes a typo to make hald work with dbus and removes an 
unnecessary can_exec_any().

-- 
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: hald.diff --]
[-- Type: text/x-diff, Size: 610 bytes --]

--- /usr/src/se/policy/domains/program/unused/hald.te	2004-09-16 18:06:49.000000000 +1000
+++ domains/program/unused/hald.te	2004-09-16 21:50:28.000000000 +1000
@@ -12,13 +12,13 @@
 #
 daemon_domain(hald, `, fs_domain, nscd_client_domain')
 
-can_exec_any(hald_t)
+can_exec(hald_t, hald_exec_t)
 
 allow hald_t { etc_t etc_runtime_t }:file { getattr read };
 allow hald_t self:unix_stream_socket create_stream_socket_perms;
 allow hald_t self:unix_dgram_socket create_socket_perms;
 
-ifdef(`dbus.te', `
+ifdef(`dbusd.te', `
 allow hald_t system_dbusd_t:dbus { acquire_svc };
 dbusd_client(system, hald_t)
 ')

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

end of thread, other threads:[~2004-09-22 20:23 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-16 11:51 hald fix Russell Coker
2004-09-16 13:44 ` Stephen Smalley
2004-09-16 16:52   ` Daniel J Walsh
2004-09-16 17:09     ` Stephen Smalley
2004-09-16 14:52 ` James Carter
2004-09-16 17:40   ` James Carter
2004-09-17 15:31     ` Important fix for targeted policy Daniel J Walsh
2004-09-20 19:48       ` James Carter
2004-09-16 21:23   ` Policy patches Daniel J Walsh
2004-09-17 12:07     ` Russell Coker
2004-09-20 20:03       ` James Carter
2004-09-17 20:56     ` James Carter
2004-09-20 12:35       ` Daniel J Walsh
2004-09-21 20:55         ` Daniel J Walsh
2004-09-22 20:21           ` 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.