Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   elad
Date:           Thu Dec 14 11:45:08 UTC 2006

Modified Files:
        src/share/examples/secmodel: secmodel_example.c
        src/share/man/man9: kauth.9
        src/sys/kern: kern_resource.c
        src/sys/secmodel/bsd44: secmodel_bsd44_suser.c

Log Message:
- moves 'nice' access semantics to secmodel code,
- makes sysctl_proc_find() just lookup the process,
- use KAUTH_PROCESS_CANSEE requests to determine if the caller is
  allowed to view the target process' corename, stop flags, and
  rlimits,
- use explicit kauth(9) calls with KAUTH_PROCESS_CORENAME,
  KAUTH_REQ_PROCESS_RESOURCE_NICE, KAUTH_REQ_PROCESS_RESOURCE_RLIMIT,
  and KAUTH_PROCESS_STOPFLAG when modifying the aforementioned.
- sync man-page and example skeleton secmodel with reality.

okay yamt@

this is a pullup candidate.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/share/examples/secmodel/secmodel_example.c
cvs rdiff -r1.37 -r1.38 src/share/man/man9/kauth.9
cvs rdiff -r1.110 -r1.111 src/sys/kern/kern_resource.c
cvs rdiff -r1.17 -r1.18 src/sys/secmodel/bsd44/secmodel_bsd44_suser.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index