This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
selinux
Watch
1
Star
0
Fork
0
You've already forked selinux
mirror of
https://github.com/SELinuxProject/selinux
synced
2025-01-03 12:12:12 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2b5d558575
selinux
/
python
/
audit2allow
/
.gitignore
3 lines
45 B
Plaintext
Raw
Normal View
History
Unescape
Escape
policycoreutils: sepolgen-ifgen: new attr-helper does something This program is used by sepolgen-ifgen to get the access for all of the attributes in the policy so that it can resolve the typeattribute statements in the interfaces. Signed-off-by: Eric Paris <eparis@redhat.com> Acked-by: Dan Walsh <dwalsh@redhat.com>
2011-07-10 09:53:29 +00:00
sepolgen-ifgen-attr-helper
python/audit2allow: make the tests useful again audit2allow testsuite requires a system which uses SELinux with a MLS policy. This is a lot to ask for a continuous integretation system. Thankfully this can be worked around by using option -p to run the tools with a specific configuration. Doing this, the testsuite can even be run on a system without SELinux. This approach requires building a custom policy for parsing test.log. Add a minimal policy written in CIL for this need. While at it: * Do not invoke "sudo sepolgen-ifgen" but produce a file in a writable directory (instead of /var/lib/sepolgen/interface_info) * Use sys.executable instead of 'python', in order to really test python3 and python2 when calling the test script with one of these interpreters. Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
2019-01-05 19:37:56 +00:00
test_dummy_policy
Reference in New Issue
Copy Permalink