Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: audit log #148

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Commits on Jun 26, 2023

  1. audit: add a Linux Audit specific README.md and SECURITY.md

    DO NOT SUBMIT UPSTREAM
    pcmoore committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    120548d View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Influence: audit log

    fix:audit.log can't record correctly when rm the dir end with '/'
    
    step:
    
    1. mkdir test
    
    2. touch test/111.txt
    
    3. rm -r test/
    
    Log:
    
    type=PATH msg=audit(1690506313.361:2505): item=1 name=(null) inode=1049357 dev=fc:03 mode=040755 ouid=1000 ogid=1000 rdev=00:00 obj=unconfined_u:object_r:user_home_t:s0 nametype=PARENT cap_fp=0 cap_fi=0 cap_fe=0
    
    type=PATH msg=audit(1690506313.361:2505): item=2 name=(null) inode=1049384 dev=fc:03 mode=040775 ouid=1000 ogid=1000 rdev=00:00 obj=unconfined_u:object_r:user_home_t:s0 nametype=DELETE cap_fp=0 cap_fi=0 cap_fe=0
    
    Change-Id: I6b242a062ced1e3db129b9b9e5f155c681561c2a
    hqh2010 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    a3f0ed3 View commit details
    Browse the repository at this point in the history