mirror of
https://github.com/SELinuxProject/selinux
synced 2025-01-02 03:32:13 +00:00
0c50de03cd
This patch implements the support for prefix/suffix filename transitions in the CIL structures as well as in the CIL policy parser. Syntax of the new prefix/suffix filename transition rule: (typetransition source_type_id target_type_id class_id object_name match_type default_type_id) where match_type is either the keyword "prefix" or "suffix". Examples: (typetransition ta tb CLASS01 "file01" prefix td) (typetransition td te CLASS01 "file02" suffix tf) Reviewed-by: Ondrej Mosnacek <omosnace@redhat.com> Signed-off-by: Juraj Marcin <juraj@jurajmarcin.com> Acked-by: James Carter <jwcart2@gmail.com> |
||
---|---|---|
.. | ||
include/cil | ||
src | ||
test | ||
.gitignore |