cos-gpu-installer: change permission of NVIDIA install dir to 755

For the OSS(prebuilt) driver modules, we extract the prebuilt drivers
(kernel modules, firmware) to the install dir, before loading the GPU drivers.

The install dir needs to have permission 755 for non root users to be
able to use the drivers.

BUG=b/295358831
TEST=install latest drivers on COS
compared permissions of drivers on older milestones with default driver
to the latest drivers installed with this change.
https://diff.googleplex.com/#key=RJbGZPya4FwC

Change-Id: I43a3387d7df2ab5d8a3db8f3996947e0eee2822b
Reviewed-on: https://cos-review.googlesource.com/c/cos/tools/+/54487
Cloud-Build: GCB Service account <228075978874@cloudbuild.gserviceaccount.com>
Reviewed-by: Robert Kolchmeyer <rkolchmeyer@google.com>
Tested-by: Arnav Kansal <rnv@google.com>
1 file changed
tree: 9d2429506f87f44f672feb77c1c0a2fdcac6036b
  1. coverage/
  2. release/
  3. src/
  4. testing/
  5. .gitignore
  6. BUILD.bazel
  7. cloudbuild.yaml
  8. CONTRIBUTING.md
  9. deps.bzl
  10. go.mod
  11. go.sum
  12. LICENSE
  13. README.md
  14. run_tests.sh
  15. WORKSPACE
README.md

Tools for Container-Optimized OS

This is a repository of various tools developed for Container-Optimized OS. Examples include cos-gpu-installer, cos-toolbox, etc.

See CONTRIBUTING.md for how to contribute.