Ticket #39 (closed Bug: fixed)

Opened 1 year ago

Last modified 1 year ago

add label for coda network filesystem

Reported by: agoode Assigned to: pebenito
Priority: Normal Component: Policy
Version: SVN HEAD Keywords:
Cc:

Description

Hi,

The Coda filesystem is a network filesystem related to AFS. http://www.coda.cs.cmu.edu/

In order to work correctly, I believe that this change needs to be made:

Index: policy/modules/kernel/filesystem.te =================================================================== --- policy/modules/kernel/filesystem.te (revision 2399) +++ policy/modules/kernel/filesystem.te (working copy) @@ -218,6 +218,7 @@

genfscon nfs / gen_context(system_u:object_r:nfs_t,s0) genfscon nfs4 / gen_context(system_u:object_r:nfs_t,s0) genfscon afs / gen_context(system_u:object_r:nfs_t,s0)

+genfscon coda / gen_context(system_u:object_r:nfs_t,s0)

genfscon hfs / gen_context(system_u:object_r:nfs_t,s0) genfscon hfsplus / gen_context(system_u:object_r:nfs_t,s0) genfscon reiserfs / gen_context(system_u:object_r:nfs_t,s0)

Attachments

coda-nfs_t.patch (0.6 kB) - added by agoode on 08/26/07 11:54:37.

Change History

08/26/07 11:54:37 changed by agoode

  • attachment coda-nfs_t.patch added.

09/04/07 08:39:05 changed by pebenito

  • status changed from new to closed.
  • resolution set to fixed.