MPOL_MF_MOVE_ALL requires CAP_SYS_NICE not CAP_SYS_RESOURCE.

This commit is contained in:
Michael Kerrisk 2006-03-21 20:56:33 +00:00
parent 7d0cab0e22
commit 2a5980bb9e
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ is passed in
then all pages in the mapping will be moved regardless of whether
other processes use the pages.
The calling process must be privileged
.RB ( CAP_SYS_RESOURCE )
.RB ( CAP_SYS_NICE )
.\" FIXME This may yet be changed to CAP_SYS_NICE in 2.6.16.
to use this flag.
If