Skip to content

Commit

Permalink
Merge branch 'herrie/ls2new' into 'master'
Browse files Browse the repository at this point in the history
sensorfw: Include updated patches for LuneOS and migrate to LS2 ACG model

See merge request mer-core/sensorfw!47
  • Loading branch information
pvuorela committed Jan 13, 2020
2 parents 2b65a1a + 95d5295 commit 4f97982
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
@@ -1,9 +1,7 @@
{
"role": {
"exeName":"/usr/sbin/sensorfwd",
"type": "privileged",
"allowedNames": ["com.nokia.SensorService"]
},
"exeName":"/usr/sbin/sensorfwd",
"type": "privileged",
"allowedNames": ["com.nokia.SensorService"],
"permissions": [
{
"service":"com.nokia.SensorService",
Expand Down
4 changes: 4 additions & 0 deletions LuneOS/sysbus/com.nokia.SensorService.service
@@ -0,0 +1,4 @@
[D-BUS Service]
Name=com.nokia.SensorService
Exec=/usr/sbin/sensorfwd -c=/etc/sensorfw/primaryuse.conf
Type=static
4 changes: 0 additions & 4 deletions LuneOS/sysbus/com.nokia.SensorService.service.prv

This file was deleted.

4 changes: 2 additions & 2 deletions LuneOS/systemd/sensorfwd.service
@@ -1,7 +1,7 @@
[Unit]
Description=Sensor daemon for sensor framework
After=dbus.socket ls-hubd_private.service
Requires=dbus.service ls-hubd_private.service
After=dbus.socket ls-hubd.service
Requires=dbus.service ls-hubd.service
Conflicts=actdead.target

[Service]
Expand Down

0 comments on commit 4f97982

Please sign in to comment.