看板 DFBSD_commit 關於我們 聯絡資訊
commit cd554aa41e2b63bb34083837cc51d7ef9404f9d5 Author: Michael Neumann <mneumann@ntecs.de> Date: Thu Jun 25 21:29:52 2009 +0200 priv: Introduce prison_priv_check() One day the PRISON_ROOT flag, which when passed to priv_check_cred() allows the privilege in a jail, will be gone and all privileges allowed in a jail are centrally maintained in the prison_priv_check() function instead of spreading it over all the calls. Summary of changes: sys/kern/kern_jail.c | 12 ++++++++++++ sys/kern/kern_prot.c | 12 ++++++++++-- sys/sys/jail.h | 1 + 3 files changed, 23 insertions(+), 2 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/cd554aa41e2b63bb34083837cc51d7ef9404f9d5 -- DragonFly BSD source repository