/dev/fuse should be s0 not mls_high
> From my understanding of the FUSE website, the data from the userland FS > is transferred through this device. Since the data may go up to system > high, I believe the device should still be system high. > Making it systemhigh will generate lots of AVC messages on every login at X Since fusefs is mounted at ~/.gfs. It will also make it unusable I believe on an MLS machine. Mostly I have seen fusefs used for remote access to data. sshfs for example.
This commit is contained in:
parent
363e8fb98a
commit
105e85ac8e
@ -57,7 +57,7 @@ ifdef(`distro_redhat', `
|
||||
|
||||
/dev/cciss/[^/]* -b gen_context(system_u:object_r:fixed_disk_device_t,mls_systemhigh)
|
||||
|
||||
/dev/fuse -c gen_context(system_u:object_r:fuse_device_t,mls_systemhigh)
|
||||
/dev/fuse -c gen_context(system_u:object_r:fuse_device_t,s0)
|
||||
/dev/floppy/[^/]* -b gen_context(system_u:object_r:removable_device_t,s0)
|
||||
|
||||
/dev/i2o/hd[^/]* -b gen_context(system_u:object_r:fixed_disk_device_t,mls_systemhigh)
|
||||
|
Loading…
Reference in New Issue
Block a user