portage need capability sys_nice

This commit is contained in:
LABBE Corentin 2009-08-18 17:06:55 +02:00 committed by Chris PeBenito
parent 58cc9903dd
commit 755c52b8f7

View File

@ -119,6 +119,7 @@ optional_policy(`
# - setfscreate for merging to live fs
# - setexec to run portage fetch
allow portage_t self:process { setfscreate setexec };
allow portage_t self:capability sys_nice;
allow portage_t portage_log_t:file manage_file_perms;
logging_log_filetrans(portage_t, portage_log_t, file)