Subject: CVS commit: [netbsd-4] src
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 01/04/2007 18:38:14
Module Name:	src
Committed By:	bouyer
Date:		Thu Jan  4 18:38:14 UTC 2007

Modified Files:
	src/share/man/man9 [netbsd-4]: kauth.9
	src/sys/miscfs/procfs [netbsd-4]: procfs_ctl.c
	src/sys/sys [netbsd-4]: kauth.h

Log Message:
Pull up following revision(s) (requested by hubert in ticket #334):
	share/man/man9/kauth.9: revision 1.39
	sys/miscfs/procfs/procfs_ctl.c: revision 1.38
	sys/sys/kauth.h: revision 1.27
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.36.2.1 -r1.36.2.2 src/share/man/man9/kauth.9
cvs rdiff -r1.37 -r1.37.2.1 src/sys/miscfs/procfs/procfs_ctl.c
cvs rdiff -r1.24.2.1 -r1.24.2.2 src/sys/sys/kauth.h

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