diff options
Diffstat (limited to 'Meta/build-root-filesystem.sh')
-rwxr-xr-x | Meta/build-root-filesystem.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Meta/build-root-filesystem.sh b/Meta/build-root-filesystem.sh index 5ee609b39d..e11a7b97c8 100755 --- a/Meta/build-root-filesystem.sh +++ b/Meta/build-root-filesystem.sh @@ -102,6 +102,10 @@ if [ -f mnt/bin/utmpupdate ]; then chown 0:$utmp_gid mnt/bin/utmpupdate chmod 2755 mnt/bin/utmpupdate fi +if [ -f mnt/usr/Tests/Kernel/TestMemoryDeviceMmap ]; then + chown 0:0 mnt/usr/Tests/Kernel/TestMemoryDeviceMmap + chmod 4755 mnt/usr/Tests/Kernel/TestMemoryDeviceMmap +fi chmod 0400 mnt/res/kernel.map chmod 0400 mnt/boot/Kernel |