Manual Pages
Table of Contents
na_fsecurity_cancel - Cancels outstanding fsecurity jobs
fsecurity cancel { all | <job id> }
The fsecurity cancel command will stop all of the outstanding
security jobs when all is specified. If a specific
job id is specified, only that job will be stopped.
If a job is currently running when it receives the stop
request, it will stop at the earliest opportunity and
print a message to the console that helps determine how
much of the job had been completed before it was stopped.
toaster> fsecurity cancel all
Successfully cancelled 2 security job(s).
toaster> fsecurity cancel 1001
fsecurity: Job 1001 (/security.conf) failed: Interrupted by user prior to task 2.
Table of Contents