Label fatsort as fsadm_exec_t.
FATsort is an utility to sort directory entries on FAT partitions, see http://fatsort.sourceforge.net/ . It requires direct access to the block devices.
This commit is contained in:
parent
f824120b6d
commit
a10fefcd39
|
@ -49,6 +49,7 @@
|
|||
/usr/bin/syslinux -- gen_context(system_u:object_r:fsadm_exec_t,s0)
|
||||
|
||||
/usr/sbin/clubufflush -- gen_context(system_u:object_r:fsadm_exec_t,s0)
|
||||
/usr/sbin/fatsort -- gen_context(system_u:object_r:fsadm_exec_t,s0)
|
||||
/usr/sbin/parted -- gen_context(system_u:object_r:fsadm_exec_t,s0)
|
||||
/usr/sbin/smartctl -- gen_context(system_u:object_r:fsadm_exec_t,s0)
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
policy_module(fstools, 1.16.5)
|
||||
policy_module(fstools, 1.16.6)
|
||||
|
||||
########################################
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue