SELinuxProject / selint

Static code analysis of refpolicy style SELinux policy
Apache License 2.0
38 stars 17 forks source link

Parse simple m4 macros in gen_require statements #238

Closed dburgener closed 2 years ago

dburgener commented 2 years ago

Closes #230. This only addresses parsing. SELint still wouldn't know that the userspace object classes and perms are actually included in this situation. I think that's okay in the current state, because I don't think we actually do any linting that needs to know the specific classes and perms. As far as I see, our lints on requires are limited to types, attributes and roles.