Work in progress support for sudoedit. The actual interface used by the

plugin for sudoedit is likely to change.
This commit is contained in:
Todd C. Miller
2010-05-13 14:09:21 -04:00
parent d5bfd148d6
commit fdd28d411f
11 changed files with 279 additions and 203 deletions

View File

@@ -346,7 +346,8 @@ struct policy_plugin sample_policy = {
policy_check,
policy_list,
NULL, /* validate */
NULL /* invalidate */
NULL, /* invalidate */
NULL /* sudoedit */
};
/*