services/device/internal: Allow re-run'ing of apps to work

Expose a chown function from suidhelper, and use it to fix the
log directory permissions problem that kept apps from being
rerun after being run and killed once.

Change-Id: I1346520d8f642221302c7cd0de8678c450298491
diff --git a/services/device/deviced/doc.go b/services/device/deviced/doc.go
index 567ed5c..3468792 100644
--- a/services/device/deviced/doc.go
+++ b/services/device/deviced/doc.go
@@ -43,6 +43,9 @@
 
  -alsologtostderr=true
    log to standard error as well as files
+ -chown=false
+   Change owner of files and directories given as command-line arguments to the
+   user specified by this flag
  -dryrun=false
    Elides root-requiring systemcalls.
  -kill=false