Revision ab5348c9c23cd253f5902980d2d8fe067dc24c82 authored by Stefan Berger on 27 July 2017, 02:27:05 UTC, committed by James Morris on 24 September 2017, 04:15:41 UTC
cap_inode_need_killpriv returns 1 if security.capability exists and
has a value and inode_killpriv() is required, 0 otherwise. Fix the
description of the return value to reflect this.

Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
Reviewed-by: Serge Hallyn <serge@hallyn.com>
Signed-off-by: James Morris <james.l.morris@oracle.com>
1 parent 53a2eba
Raw File
.cocciconfig
[spatch]
	options = --timeout 200
	options = --use-gitgrep
back to top