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 Feb 28 17:07:49 UTC 2008

Modified Files:
        src/share/examples/secmodel: secmodel_example.c
        src/share/man/man9: kauth.9
        src/sys/nfs: nfs_export.c nfs_serv.c nfs_syscalls.c
        src/sys/sys: kauth.h

Log Message:
Introduce a new kauth action, KAUTH_NETWORK_NFS, and two requests,
KAUTH_REQ_NETWORK_NFS_EXPORT and KAUTH_REQ_NETWORK_NFS_SVC, and use them
to replace two KAUTH_GENERIC_ISSUSER calls in the NFS code.

Also replace two more with KAUTH_SYSTEM_MKNOD, where appropriate.

Documetnation and examples updated. More to come.


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 src/share/examples/secmodel/secmodel_example.c
cvs rdiff -r1.69 -r1.70 src/share/man/man9/kauth.9
cvs rdiff -r1.32 -r1.33 src/sys/nfs/nfs_export.c
cvs rdiff -r1.135 -r1.136 src/sys/nfs/nfs_serv.c
cvs rdiff -r1.130 -r1.131 src/sys/nfs/nfs_syscalls.c
cvs rdiff -r1.51 -r1.52 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