|
|
http://www.ibm.com/developerworks/cn/linux/l-rbac-selinux/ 中的代码code_for_f8
运行环境RHEL5.1
make之后报错
[root@localhost cash_register]# make
Compiling targeted cash_register module
/usr/bin/checkmodule: loading policy configuration from tmp/cash_register.tmp
cash_register.te:11:ERROR 'syntax error' at token 'domain_transition_pattern' on line 102291:
#line 11
domain_transition_pattern(cashier_t, cash_register_exec_t, cashier_register_t);
/usr/bin/checkmodule: error(s) encountered while parsing configuration
make: *** [tmp/cash_register.mod] 殍 1
我查看半天,没看到语法错误啊!郁闷!求达人指教 |
|