DragonFly commits List (threaded) for 2009-06
DragonFly BSD
DragonFly commits List (threaded) for 2009-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

DragonFly-2.3.1.493.gcd554 master sys/kern kern_jail.c kern_prot.c sys/sys jail.h


From: Michael Neumann <mneumann@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 25 Jun 2009 12:37:15 -0700 (PDT)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]