Home | History | Annotate | Download | only in at

Lines Matching refs:deny

19 #   FILE: /etc/at.deny
21 # PURPOSE: Test that /etc/at.deny , does not allow those in the file
32 deny="/etc/at.deny"
51 mv "${deny}" "${deny}.old" >/dev/null 2>&1
53 # if /etc/at.allow is there, /etc/at.deny will be ignored. So, we
104 rm "${deny}"
105 mv "${deny}.old" "${deny}" >/dev/null 2>&1
122 echo "TEST: ${deny} should deny only those who are not in the file to run jobs."
123 echo "(1) TEST THAT PERSON NOT IN ${deny} IS ABLE TO RUN JOB."
137 tst_resm TPASS "At did not deny user to execute job"
148 echo "(2) TEST THAT PERSON IN ${deny} IS NOT ABLE TO RUN JOB."
160 echo "At did not deny user to execute job, TEST FAILED."
178 if ! echo "${test_user2}" >"${deny}"; then