All of lore.kernel.org
 help / color / mirror / Atom feed
* automount policy
@ 2004-09-01  2:38 Russell Coker
  2004-09-01  3:34 ` Joshua Brindle
  0 siblings, 1 reply; 5+ messages in thread
From: Russell Coker @ 2004-09-01  2:38 UTC (permalink / raw)
  To: SE-Linux; +Cc: Daniel J Walsh

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

The attached patch is needed for the latest rawhide automount.

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

--- /usr/src/se/policy/domains/program/unused/automount.te	2004-08-28 12:05:01.000000000 +1000
+++ domains/program/unused/automount.te	2004-09-01 12:36:44.000000000 +1000
@@ -66,4 +66,4 @@
 allow automount_t home_root_t:dir { getattr };
 allow automount_t mnt_t:dir { getattr search };
 
-allow initrc_t automount_etc_t:file getattr;
+allow initrc_t automount_etc_t:file { getattr read };

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

end of thread, other threads:[~2004-09-01 12:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-01  2:38 automount policy Russell Coker
2004-09-01  3:34 ` Joshua Brindle
2004-09-01  8:22   ` Russell Coker
2004-09-01 12:02     ` Joshua Brindle
2004-09-01  9:03   ` Luke Kenneth Casson Leighton

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.