Move bin_t fc from couchdb to corecommands.
This commit is contained in:
parent
dd0df56c26
commit
f097b7ab4e
|
@ -241,6 +241,8 @@ ifdef(`distro_gentoo',`
|
|||
/usr/lib/xfce4/xfconf/xfconfd -- gen_context(system_u:object_r:bin_t,s0)
|
||||
/usr/lib/xfce4/xfwm4/helper-dialog -- gen_context(system_u:object_r:bin_t,s0)
|
||||
|
||||
/usr/lib/couchdb/erlang/lib/couch-[0-9.]+/priv/couchspawnkillable -- gen_context(system_u:object_r:bin_t,s0)
|
||||
|
||||
/usr/lib/debug/bin(/.*)? -- gen_context(system_u:object_r:bin_t,s0)
|
||||
/usr/lib/debug/sbin(/.*)? -- gen_context(system_u:object_r:bin_t,s0)
|
||||
/usr/lib/debug/usr/bin(/.*)? -- gen_context(system_u:object_r:bin_t,s0)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
policy_module(corecommands, 1.18.1)
|
||||
policy_module(corecommands, 1.18.2)
|
||||
|
||||
########################################
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue