diff --git a/sepolicy/public/attributes b/sepolicy/public/attributes index e2c5fa6..a147288 100644 --- a/sepolicy/public/attributes +++ b/sepolicy/public/attributes @@ -1,3 +1,7 @@ -hal_attribute(motor) +attribute hal_motor; +attribute hal_motor_client; +attribute hal_motor_server; -hal_attribute(touchfeature) +attribute hal_touchfeature; +attribute hal_touchfeature_client; +attribute hal_touchfeature_server;