shithub: riscv

ref: 8f1eb1ac77640d9cd189c49fe48af8cde65eceb1
dir: /sys/src/cmd/auth/lib/fs.c/

View raw version
#include <u.h>
#include <libc.h>
#include <bio.h>
#include <authsrv.h>
#include "authcmdlib.h"

Fs fs[3] =
{
[Plan9]		{ "/mnt/keys", "plan 9 key", "/adm/keys.who", 0 },
[Securenet]	{ "/mnt/netkeys", "network access key", "/adm/netkeys.who", 0 },
};