diff options
Diffstat (limited to 'docs/manual/customize-device-permission-tables.txt')
-rw-r--r-- | docs/manual/customize-device-permission-tables.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/customize-device-permission-tables.txt b/docs/manual/customize-device-permission-tables.txt index 99cf5bdd49..02dd8ad982 100644 --- a/docs/manual/customize-device-permission-tables.txt +++ b/docs/manual/customize-device-permission-tables.txt @@ -6,7 +6,7 @@ Sometimes it is needed to set specific permissions or ownership on files or device nodes. For example, certain files may need to be owned by -root. Since the post-build scripts are not run as root, you cannot do +root. Since the post-build scripts are not run as root, you cannot do such changes from there unless you use an explicit fakeroot from the post-build script. |