commit | 4298555df5e5cb956549de5b01e4c77b1e4bc00a | [log] [tgz] |
---|---|---|
author | Corentin LABBE <clabbe.montjoie@gmail.com> | Wed Oct 04 20:32:18 2017 +0200 |
committer | Paul Moore <paul@paul-moore.com> | Wed Oct 04 16:32:42 2017 -0400 |
tree | ff1a4a94d220c5e7c0493c62a92190315a7bde8e | |
parent | c0d4f464caeb075e3bb9063a64cd63c093ac03ad [diff] |
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>