avoid padding in struct cmndspec

This commit is contained in:
Todd C. Miller
2017-06-09 08:58:44 -06:00
parent 60146c2959
commit 022ac87d66

View File

@@ -178,9 +178,9 @@ struct cmndspec {
struct member_list *runasgrouplist; /* list of runas groups */
struct member *cmnd; /* command to allow/deny */
struct cmndtag tags; /* tag specificaion */
int timeout; /* command timeout */
time_t notbefore; /* time restriction */
time_t notafter; /* time restriction */
int timeout; /* command timeout */
#ifdef HAVE_SELINUX
char *role, *type; /* SELinux role and type */
#endif