## A temporary policy for packagekit. ######################################## ## ## Allow reading of fifo files ## ## ## ## Domain allowed to mange files ## ## # interface(`packagekit_read_write_fifo',` gen_require(` type packagekit_t; ') allow $1 packagekit_t:fifo_file rw_inherited_fifo_file_perms; ') ######################################## ## ## Send and receive messages from ## packagekit over dbus. ## ## ## ## Domain allowed access. ## ## # interface(`packagekit_dbus_chat',` gen_require(` type packagekit_t; class dbus send_msg; ') allow $1 packagekit_t:dbus send_msg; allow packagekit_t $1:dbus send_msg; ')