apeetham / tests / selinux

Forked from tests/selinux 3 years ago
Clone

21246fd test if usbmuxd can call statfs on /sys filesystem

2 files Authored by mmalik 2 years ago, Committed by apeetham 2 years ago,
    test if usbmuxd can call statfs on /sys filesystem
    
    Recent testing revealed that the usbmuxd service triggers SELinux
    denials during its start. SELinux prevented the usbmuxd process
    from accessing the /sys filesystem. The TC reproduces the situation.
    
    I believe this access should be allowed in SELinux policy. The TC
    looks for appropriate policy rules.
    
    The TC covers BZ#1930992.