Jamie Nguyen wrote: > I tried ccs-patch and ccs-tools from revision 5102. I'm using kernel > 2.6.39.1 and compiled with default CONFIG_CCSECURITY_* options. > > Running "ccs-editpolicy /etc/ccs" works fine, but when running > "ccs-editpolicy" there seems to be some issues. <kernel> domain shows > "transition_failed" for default unedited policy. Profile and exception > policy screens are empty, so I think the files from /etc/ccs aren't > being read on startup.
Hmm interesting. I seem to be having this issue with ccs-patch/tools 1.8.1-20110511 as well. If I do the following: ccs-loadpolicy -df < domain_policy.conf ccs-loadpolicy -ef < exception_policy.conf ccs-loadpolicy -p < policy.conf then everything seems to work fine. Oh I've found out what the issue is... I recently switched to using systemd, which requires passing init=/bin/systemd on the GRUB kernel boot options. Have you looked at systemd? _______________________________________________ tomoyo-users-en mailing list [email protected] http://lists.sourceforge.jp/mailman/listinfo/tomoyo-users-en
