refpolicy: Define getrlimit permission for class process

This permission was added to the kernel in commit 791ec491c372
("prlimit,security,selinux: add a security hook for prlimit")
circa Linux 4.12 in order to control the ability to get the resource
limits of another process.  It is only checked when acting on another
process, so getrlimit permission is not required for use of getrlimit(2).

Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
This commit is contained in:
Stephen Smalley 2017-05-17 11:33:46 -04:00 committed by Chris PeBenito
parent 57c84075e3
commit c5cdfec50b
1 changed files with 1 additions and 0 deletions

View File

@ -383,6 +383,7 @@ class process
execheap execheap
setkeycreate setkeycreate
setsockcreate setsockcreate
getrlimit
} }