summaryrefslogtreecommitdiffstats
path: root/support/include/exportfs.h
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2009-12-01 07:16:13 -0500
committerSteve Dickson <steved@redhat.com>2010-01-13 15:39:14 -0500
commit3b777b084a438f55482c8bf7508903ff4c30e1db (patch)
tree579f61ea0d057e7f4a579d5d34b3168d6fb80659 /support/include/exportfs.h
parent7f39d93b2cac65467999375e4a09bc5debb730e6 (diff)
downloadnfs-utils-3b777b084a438f55482c8bf7508903ff4c30e1db.tar.gz
nfs-utils-3b777b084a438f55482c8bf7508903ff4c30e1db.tar.xz
nfs-utils-3b777b084a438f55482c8bf7508903ff4c30e1db.zip
exports: NFSv4 pseudoroot support routines
Create v4root exports for each directory that is a parent of an explicit export. Give each the minimal security required to traverse to any of its children. Signed-off-by: Steve Dickson <steved@redhat.com> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'support/include/exportfs.h')
-rw-r--r--support/include/exportfs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/support/include/exportfs.h b/support/include/exportfs.h
index ce7eac0..470b2ec 100644
--- a/support/include/exportfs.h
+++ b/support/include/exportfs.h
@@ -99,6 +99,8 @@ int xtab_mount_write(void);
int xtab_export_write(void);
void xtab_append(nfs_export *);
+int secinfo_addflavor(struct flav_info *, struct exportent *);
+
int rmtab_read(void);
struct nfskey * key_lookup(char *hname);