wok rev 14078
dbus-helper: fix ownership
author | ernia <monghitri@aruba.it> |
---|---|
date | Fri Feb 22 17:04:38 2013 +0000 (2013-02-22) |
parents | e074c6ae1cb0 |
children | aeae79faa56d |
files | dbus-helper/receipt |
line diff
1.1 --- a/dbus-helper/receipt Fri Feb 22 16:30:58 2013 +0000 1.2 +++ b/dbus-helper/receipt Fri Feb 22 17:04:38 2013 +0000 1.3 @@ -15,4 +15,6 @@ 1.4 { 1.5 mkdir -p $fs/usr/lib 1.6 cp -a $install/usr/lib/dbus $fs/usr/lib 1.7 + chown root.25 $fs/usr/lib/dbus/dbus-daemon-launch-helper 1.8 + chmod 4750 $fs/usr/lib/dbus/dbus-daemon-launch-helper 1.9 }