[email protected] wrote: > I see in example exception_policy.conf: > > path_group ANY_PATHNAME / > path_group ANY_PATHNAME /\* > > But why we have / expression? \* should match 0 or more repetitions, so /\* > should match / too since it is 0 repetitions of anything non-/. Can somebody > explain?
In TOMOYO and AKARI, directory (which ends with '/') and non-directory (which does not end with '/') are distinguished. Therefore, /\* does not imply / . This is no longer true for CaitSith, for CaitSith allows filtering file's type as conditions as well as pathnames. _______________________________________________ tomoyo-users-en mailing list [email protected] http://lists.sourceforge.jp/mailman/listinfo/tomoyo-users-en
