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:           Tue Dec 19 09:58:35 UTC 2006

Modified Files:
        src/share/man/man9: kauth.9
        src/sys/miscfs/procfs: procfs_ctl.c
        src/sys/sys: kauth.h

Log Message:
Some changes to get rid of another KAUTH_GENERIC_ISSUSER usage:
  - Make procfs_control() in procfs_ctl.c static,
  - Add an argument to the above, 'pfs', for the pfsnode,
  - Add another request type to KAUTH_PROCESS_CANPROCFS named
    KAUTH_REQ_PROCESS_CANPROCFS_CTL (and update documentation),
  - Use the above combination in a call to kauth_authorize_process().


To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 src/share/man/man9/kauth.9
cvs rdiff -r1.37 -r1.38 src/sys/miscfs/procfs/procfs_ctl.c
cvs rdiff -r1.26 -r1.27 src/sys/sys/kauth.h

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