From 173ac3ccb45cc407336dd363fc15c90bbfdecf6f Mon Sep 17 00:00:00 2001 From: "J. Bruce Fields" Date: Thu, 5 Jul 2007 13:45:53 -0400 Subject: Support sec= option to specify export security This adds support for reading sec= option and sending security data through cache via "... secinfo n flavor1 flag1 ... flavorN flagN". If sec= is missing, no secinfo option will be passed down. Signed-off-by: Fred Isaman Signed-off-by: "J. Bruce Fields" Signed-off-by: Neil Brown --- utils/exportfs/exportfs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/exportfs') diff --git a/utils/exportfs/exportfs.c b/utils/exportfs/exportfs.c index 99618c9..18dfe5a 100644 --- a/utils/exportfs/exportfs.c +++ b/utils/exportfs/exportfs.c @@ -515,6 +515,7 @@ dump(int verbose) break; #endif } + secinfo_show(stdout, ep); printf("%c\n", (c != '(')? ')' : ' '); } } -- cgit