Searched full:cron (Results 1 – 25 of 213) sorted by relevance
123456789
/external/selinux/python/sepolgen/tests/ |
D | audit.txt | 36 …'PAM: accounting acct=root : exe="/usr/sbin/crond" (hostname=?, addr=?, terminal=cron res=success)' 38 …AM: session open acct=root : exe="/usr/sbin/crond" (hostname=?, addr=?, terminal=cron res=success)' 39 …sg='PAM: setcred acct=root : exe="/usr/sbin/crond" (hostname=?, addr=?, terminal=cron res=success)' 40 …sg='PAM: setcred acct=root : exe="/usr/sbin/crond" (hostname=?, addr=?, terminal=cron res=success)' 41 …M: session close acct=root : exe="/usr/sbin/crond" (hostname=?, addr=?, terminal=cron res=success)' 45 …'PAM: accounting acct=root : exe="/usr/sbin/crond" (hostname=?, addr=?, terminal=cron res=success)' 47 …AM: session open acct=root : exe="/usr/sbin/crond" (hostname=?, addr=?, terminal=cron res=success)' 48 …sg='PAM: setcred acct=root : exe="/usr/sbin/crond" (hostname=?, addr=?, terminal=cron res=success)' 49 …sg='PAM: setcred acct=root : exe="/usr/sbin/crond" (hostname=?, addr=?, terminal=cron res=success)' 50 …M: session close acct=root : exe="/usr/sbin/crond" (hostname=?, addr=?, terminal=cron res=success)' [all …]
|
/external/ltp/testcases/commands/logrotate/ |
D | logrotate_tests.sh | 41 # cron job. 120 tst_resm TINFO "CLEAN: removing all cron jobs." 252 # - run logrotate in a cron job that runs every minute. 288 # create logrotate cron job. 289 cat >$LTPTMP/tst_logrotate.cron <<EOF 293 chmod 777 $LTPTMP/tst_logrotate.cron > /dev/null 2>&1 295 tst_resm TINFO "Test #2: Installing cron job to run logrotate" 296 crontab $LTPTMP/tst_logrotate.cron > $LTPTMP/tst_logrotate.out 2>&1 || RC=$? 307 # cron job to increase the log file size. 308 cat >$LTPTMP/tst_addtolog.cron <<EOF [all …]
|
/external/selinux/python/sepolgen/tests/test_data/ |
D | audit.log | 130 …'PAM: accounting acct=root : exe="/usr/sbin/crond" (hostname=?, addr=?, terminal=cron res=success)' 132 …AM: session open acct=root : exe="/usr/sbin/crond" (hostname=?, addr=?, terminal=cron res=success)' 133 …sg='PAM: setcred acct=root : exe="/usr/sbin/crond" (hostname=?, addr=?, terminal=cron res=success)' 165 …sg='PAM: setcred acct=root : exe="/usr/sbin/crond" (hostname=?, addr=?, terminal=cron res=success)' 166 …M: session close acct=root : exe="/usr/sbin/crond" (hostname=?, addr=?, terminal=cron res=success)' 262 …'PAM: accounting acct=root : exe="/usr/sbin/crond" (hostname=?, addr=?, terminal=cron res=success)' 264 …AM: session open acct=root : exe="/usr/sbin/crond" (hostname=?, addr=?, terminal=cron res=success)' 265 …sg='PAM: setcred acct=root : exe="/usr/sbin/crond" (hostname=?, addr=?, terminal=cron res=success)' 279 …1109): avc: denied { execute } for pid=6779 comm="run-parts" name="inn-cron-nntpsend" dev=dm-0 … 281 …c: denied { execute_no_trans } for pid=6780 comm="run-parts" name="inn-cron-nntpsend" dev=dm-0 … [all …]
|
/external/bcc/tools/ |
D | ext4slower_example.txt | 10 06:35:01 cron 16464 R 1249 0 16.05 common-auth 11 06:35:01 cron 16463 R 1249 0 16.04 common-auth 12 06:35:01 cron 16465 R 1249 0 16.03 common-auth 13 06:35:01 cron 16465 R 4096 0 10.62 login.defs 14 06:35:01 cron 16464 R 4096 0 10.61 login.defs 15 06:35:01 cron 16463 R 4096 0 10.63 login.defs 16 06:35:01 cron 16465 R 2972 0 18.52 pam_env.conf 17 06:35:01 cron 16464 R 2972 0 18.51 pam_env.conf 18 06:35:01 cron 16463 R 2972 0 18.49 pam_env.conf 24 06:35:01 cron 16545 R 128 0 14.76 sendmail
|
/external/ltp/testcases/kdump/ |
D | runkdump.sh | 13 cat <<EOF >kdump.cron 20 crontab kdump.cron 22 echo "Enable cron daemon by default." 25 cron=crond 28 cron=cron 33 /sbin/chkconfig "${cron}" on 37 /sbin/update-rc.d "${cron}" defaults
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.45.4.txt | 22 Fix e2scrub_all cron script so it checks to make sure e2scrub_all 23 exists, since the crontab and cron script might stick around after the 29 Avoid spurious lvm warnings when e2scrub_all is run out of cron on
|
D | v1.45.2.txt | 9 Fixed various problems with how e2scrub_all is run from cron, when not 26 Fixed "make install" failure when the cron.d directory does not exist.
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 22 Fix e2scrub_all cron script so it checks to make sure e2scrub_all 23 exists, since the crontab and cron script might stick around after the 29 Avoid spurious lvm warnings when e2scrub_all is run out of cron on
|
/external/ltp/testcases/lib/ |
D | daemonlib.sh | 39 # Check to see if cron or crond exists 43 elif command -v cron >/dev/null 2>&1; then 44 CROND_DAEMON="cron"
|
/external/e2fsprogs/scrub/ |
D | Makefile.in | 26 CRONTABS = e2scrub_all.cron 79 %.cron: %.cron.in $(DEP_SUBSTITUTE) 117 $(INSTALL_DATA) e2scrub_all.cron $(DESTDIR)$(CROND_DIR)/e2scrub_all ; \
|
D | e2scrub_all.in | 88 # close file descriptor 3 (from cron) since it causes lvm to kvetch 93 # when e2scrub_all is run out of cron or a systemd timer.
|
/external/perfetto/infra/ci/controller/ |
D | app.yaml | 28 # /_ah/start call or the Cron job calls (see cron.yaml).
|
D | cron.yaml | 14 cron: 32 # chain would break. We use this cron job to re-kick it if this happens.
|
/external/toybox/toys/pending/ |
D | crond.c | 395 // If there is no job for a cron, remove the VAR list. in scan_cronfiles() 487 snprintf(toybuf, sizeof(toybuf), "/var/spool/cron/cron.%s.%d", in sendmail() 551 snprintf(toybuf, sizeof(toybuf), "/var/spool/cron/cron.%s.%d", in execute_jobs() 558 dprintf(mailfd, "To: %s\nSubject: cron: %s\n\n", cfile->mailto, job->cmd); in execute_jobs() 565 char *mailfile = xmprintf("/var/spool/cron/cron.%s.%d", in execute_jobs() 643 if (!TT.crontabs_dir) TT.crontabs_dir = xstrdup("/var/spool/cron/crontabs/"); in crond_main()
|
/external/e2fsprogs/contrib/ |
D | e2croncheck | 3 # e2croncheck -- run e2fsck automatically out of /etc/cron.weekly 7 # or so by the cron daemon to check a mounted filesystem (normally
|
/external/cldr/tools/scripts/ansible/ |
D | backup-db-playbook.yml | 70 - name: set up daily db backup cron job 71 cron:
|
/external/rust/cxx/.github/workflows/ |
D | ci.yml | 6 schedule: [cron: "40 1 * * *"] 44 # except during cron builds when no human is presumably waiting on the
|
/external/bcc/docs/ |
D | tutorial.md | 91 06:35:01 cron 16464 R 1249 0 16.05 common-auth 92 06:35:01 cron 16463 R 1249 0 16.04 common-auth 93 06:35:01 cron 16465 R 1249 0 16.03 common-auth 94 06:35:01 cron 16465 R 4096 0 10.62 login.defs 95 06:35:01 cron 16464 R 4096 0 10.61 login.defs
|
/external/tcpdump/ |
D | print-syslog.c | 61 { 9, "cron" }, 67 { 15, "cron" },
|
/external/zstd/.circleci/ |
D | config.yml | 66 # This step should only be run in a cron job 142 cron: "0 0 * * *"
|
/external/rust/crates/grpcio-sys/grpc/tools/gcp/github_stats_tracking/ |
D | cron.yaml | 1 cron:
|
/external/python/pyopenssl/.github/workflows/ |
D | lock.yml | 4 - cron: '0 0 * * *'
|
/external/harfbuzz_ng/.ci/ |
D | trigger-coverity.sh | 6 if test x"$TRAVIS_EVENT_TYPE" != x"cron"; then exit; fi
|
/external/cldr/tools/scripts/ansible/templates/cldrbackup/ |
D | backup_sh.j2 | 3 # A cron job may call this with a line such as:
|
/external/rust/crates/no-panic/.github/workflows/ |
D | ci.yml | 6 schedule: [cron: "40 1 * * *"]
|
123456789