Hi, I am trying to build the package ico-uxf-homescreen (doing a local build). While installing the package, I am facing the following problem
[ 6s] [1/380] installing boost-license-1.51.0-11.1 [ 6s] [2/380] installing capi-base-common-0.1.0-2.1 [ 6s] [3/380] installing default-ac-domains-0.1-1. [ 6s] error: Not allowed character in access type: l [ 6s] error: Failed to parse manifest for default-ac-domains [ 6s] error: default-ac-domains-0.1-1.3.noarch: install failed [ 6s] exit ... I checked the manifest file in default-ac-domains packages.. <define> <domain name="System" policy="shared"/> <provide> <label name="System::Shared"/> <label name="System::Run"/> <label name="System::Log"/> </provide> <request> <smack request="System::Shared" type="rwxat"/> <smack request="System::Run" type="rwxat"/> <smack request="System::Log" type="rwxa"/> <smack request="_" type="l"/> //Line with the type as “l” </request> <permit> <smack permit="_" type="wx"/> <smack permit="_" to="System::Run" type="rwxat"/> </permit> </define> There is a line with type as "l". <smack request="System::Log" type="rwxa"/> <smack request="_" type="l"/> How to solve this problem ?? Thanks
_______________________________________________ IVI mailing list [email protected] https://lists.tizen.org/listinfo/ivi
