Home
last modified time | relevance | path

Searched hist:"4298555 df5e5cb956549de5b01e4c77b1e4bc00a" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/security/selinux/
H A Dhooks.cdiff 4298555df5e5cb956549de5b01e4c77b1e4bc00a Wed Oct 04 13:32:18 CDT 2017 Corentin LABBE <clabbe.montjoie@gmail.com> selinux: fix build warning

This patch make selinux_task_prlimit() static since it is not used
anywhere else.
This fix the following build warning:
security/selinux/hooks.c:3981:5: warning: no previous prototype for 'selinux_task_prlimit' [-Wmissing-prototypes]

Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Acked-by: Stephen Smalley <sds@tycho.nsa.gov>
Signed-off-by: Paul Moore <paul@paul-moore.com>