The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

autrace (8)
  • autrace (8) ( Русские man: Команды системного администрирования )
  • >> autrace (8) ( Linux man: Команды системного администрирования )
  •  

    NAME

    autrace - a program similar to strace
     
    

    SYNOPSIS

    autrace program [-r] [program-args]...  

    DESCRIPTION

    autrace is a program that will add the audit rules to trace a process similar to strace. It will then execute the program passing arguments to it. The resulting audit information will be in the audit logs if the audit daemon is running or syslog. This command deletes all audit rules prior to executing the target program and after executing it. As a safety precaution, it will not run unless all rules are deleted with audtictl prior to use.  

    OPTIONS

    -r
    Limit syscalls collected to ones needed for analyzing resource usage. This could help people doing threat modeling. This saves space in logs.
     

    EXAMPLES

    The following illustrates a typical session:

    autrace /bin/ls /tmp
    ausearch --start recent -p 2442 -i 
    

    and for resource usage mode:

    autrace -r /bin/ls
    ausearch --start recent -p 2450 --raw | aureport --file --summary
    ausearch --start recent -p 2450 --raw | aureport --host --summary
    

     

    SEE ALSO

    ausearch(8), auditctl(8).


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    OPTIONS
    EXAMPLES
    SEE ALSO


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру