From 0815129dfef9d040eec3b81966a3a809e970468e Mon Sep 17 00:00:00 2001 From: Kirk McKusick Date: Thu, 21 Jan 2016 20:52:20 +0000 Subject: [PATCH] Update comment to note the function, prison_priv_check(), that needs to be updated in kern_jail.c when a new priviledge is added. --- sys/sys/priv.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/sys/priv.h b/sys/sys/priv.h index cf34762fdd8..981538b04aa 100644 --- a/sys/sys/priv.h +++ b/sys/sys/priv.h @@ -45,8 +45,9 @@ * loadable kernel module ABI, and should not be changed across minor * releases. * - * When adding a new privilege, remember to determine if it's appropriate for - * use in jail, and update the privilege switch in kern_jail.c as necessary. + * When adding a new privilege, remember to determine if it's appropriate + * for use in jail, and update the privilege switch in prison_priv_check() + * in kern_jail.c as necessary. */ /*