1 /* Copyright 2001, 2002, 2003 by Hans Reiser, licensing governed by reiser4/README */
4 * This file contains implementation of permission plugins.
5 * See the comments in perm.h
9 #include "../plugin_header.h"
10 #include "../../debug.h"
12 perm_plugin perm_plugins
[LAST_PERM_ID
] = {
15 .type_id
= REISER4_PERM_PLUGIN_TYPE
,
19 .desc
= "stub permission plugin",
20 .linkage
= {NULL
, NULL
}
27 * c-indentation-style: "K&R"