All of lore.kernel.org
 help / color / mirror / Atom feed
* file.te and tmpfs
@ 2004-09-21  5:26 Russell Coker
  2004-09-22 20:22 ` James Carter
  0 siblings, 1 reply; 24+ messages in thread
From: Russell Coker @ 2004-09-21  5:26 UTC (permalink / raw)
  To: SE Linux

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

The attached patch is needed for correct tty labelling on Fedora.

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

--- /usr/src/se/policy/types/file.te	2004-09-15 16:31:24.000000000 +1000
+++ types/file.te	2004-09-21 15:20:10.000000000 +1000
@@ -259,7 +259,7 @@
 #
 allow { file_type device_type } fs_t:filesystem associate;
 ifdef(`distro_redhat', `
-allow dev_fs tmpfs_t:filesystem associate;
+allow { dev_fs ttyfile } tmpfs_t:filesystem associate;
 ')
 
 # Allow the pty to be associated with the file system.

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

end of thread, other threads:[~2004-09-26 13:16 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-21  5:26 file.te and tmpfs Russell Coker
2004-09-22 20:22 ` James Carter
2004-09-23 13:32   ` Remove unrestricted_admin Daniel J Walsh
2004-09-23 19:09     ` James Carter
2004-09-24 15:05     ` Russell Coker
2004-09-24 17:50       ` Christopher J. PeBenito
2004-09-24 18:27         ` Russell Coker
2004-09-24 18:59           ` Christopher J. PeBenito
2004-09-24 19:13             ` Russell Coker
2004-09-24 22:22               ` Luke Kenneth Casson Leighton
2004-09-25 10:39                 ` Russell Coker
2004-09-25 11:01                   ` Luke Kenneth Casson Leighton
2004-09-25 13:30                   ` Christopher J. PeBenito
2004-09-25 15:21                     ` Russell Coker
2004-09-25 17:09                       ` Chris PeBenito
2004-09-25 17:45                         ` Russell Coker
2004-09-25 22:07                       ` Dale Amon
2004-09-26  0:13                         ` Joshua Brindle
2004-09-26  9:21                           ` Dale Amon
2004-09-26  9:53                           ` Russell Coker
2004-09-26 10:35                         ` Luke Kenneth Casson Leighton
2004-09-25 23:06             ` Joe Nall
2004-09-26 13:16               ` Russell Coker
2004-09-24 18:49       ` Joshua Brindle

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.