SELinuxProject / selinux-testsuite

This is the upstream SELinux testsuite which is designed as a basic set of regression tests for the SELinux kernel functionality.
GNU General Public License v2.0
53 stars 43 forks source link

RFE: Add tests for inheritance across domain-changing exec: siginh, rlimitinh. #23

Open stephensmalley opened 7 years ago

stephensmalley commented 7 years ago

Add tests for inheritance across domain-changing exec: siginh, rlimitinh. There are already basic tests of domain transition (domain_trans), entrypoint, share and ptrace checking across exec (execshare, exectrace), fd inheritance (inherit), and AT_SECURE (atsecure) but no tests for signal inheritance / siginh, or resource limit inheritance.

stephensmalley commented 7 years ago

noatsecure test added by 7e762f0acd50542b2112a51e91c4ead088a6d12d. Still need to add tests for siginh and rlimitinh.