summaryrefslogtreecommitdiff
path: root/plugins/sudoers/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/sudoers/parse.h')
-rw-r--r--plugins/sudoers/parse.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/sudoers/parse.h b/plugins/sudoers/parse.h
index e276faad0..cac32b611 100644
--- a/plugins/sudoers/parse.h
+++ b/plugins/sudoers/parse.h
@@ -150,7 +150,7 @@ struct command_options {
char *role, *type; /* SELinux role and type */
#endif
#ifdef HAVE_APPARMOR
- char *apparmor_profile; /* AppArmor profile */
+ char *apparmor_profile; /* AppArmor profile */
#endif
#ifdef HAVE_PRIV_SET
char *privs, *limitprivs; /* Solaris privilege sets */
@@ -237,7 +237,7 @@ struct cmndspec {
char *role, *type; /* SELinux role and type */
#endif
#ifdef HAVE_APPARMOR
- char *apparmor_profile; /* AppArmor profile */
+ char *apparmor_profile; /* AppArmor profile */
#endif
#ifdef HAVE_PRIV_SET
char *privs, *limitprivs; /* Solaris privilege sets */