Home
last modified time | relevance | path

Searched refs:audit_crontab_not_allowed (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libbsm/common/
H A Daudit_private.h115 extern int audit_crontab_not_allowed(uid_t, char *);
H A Daudit_crontab.c263 audit_crontab_not_allowed(uid_t ruid, char *user) { in audit_crontab_not_allowed() function
H A Dmapfile-vers188 audit_crontab_not_allowed;
/titanic_41/usr/src/cmd/cron/
H A Dcrontab.c101 extern int audit_crontab_not_allowed(uid_t, char *);
226 if (audit_crontab_not_allowed(ruid, pp)) in main()