An engineering team is developing and deploying a fleet of mobile devices to be used for specialized inventory management purposes. These devices should: * Be based on open-source Android for user familiarity and ease. * Provide a single application for inventory management of physical assets. * Permit use of the camera be only the inventory application for the purposes of scanning * Disallow any and all configuration baseline modifications. * Restrict all access to any device resource other than those requ
A. Set an application wrapping policy, wrap the application, distributes the inventory APK via the MAM tool, and test the application restrictions
B. Write a MAC sepolicy that defines domains with rules, label the inventory application, build the policy, and set to enforcing mode
C. Swap out Android Linux kernel version for >2,4,0, but the internet build Android, remove unnecessary functions via MDL, configure to block network access, and perform integration testing
D. Build and install an Android middleware policy with requirements added, copy the file into/ user/init, and then built the inventory application