cregit-Linux how code gets into the kernel

Release 4.10 fs/nfsd/auth.h

Directory: fs/nfsd
/*
 * nfsd-specific authentication stuff.
 *
 * Copyright (C) 1995, 1996 Olaf Kirch <okir@monad.swb.de>
 */

#ifndef LINUX_NFSD_AUTH_H

#define LINUX_NFSD_AUTH_H

/*
 * Set the current process's fsuid/fsgid etc to those of the NFS
 * client user
 */
int nfsd_setuser(struct svc_rqst *, struct svc_export *);

#endif /* LINUX_NFSD_AUTH_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
pre-gitpre-git2191.30%133.33%
andrew mortonandrew morton14.35%133.33%
eric w. biedermaneric w. biederman14.35%133.33%
Total23100.00%3100.00%
Directory: fs/nfsd
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.