Skip to content

Commit

Permalink
cmd-buildextend-hashlist-experimental: permission changes
Browse files Browse the repository at this point in the history
Change in find invocation
  • Loading branch information
aaradhak committed Mar 2, 2023
1 parent cde077f commit 8b4fdb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd-buildextend-hashlist-experimental
Expand Up @@ -94,7 +94,7 @@ class HashListV1(dict):
# Force all dirs to be owner writable so that we can delete the
# checkout at the end. XXX: Lower into a new `ostree checkout` flag.
subprocess.check_call(['find', checkout, '-type', 'd', '-exec',
'chmod', 'u+w', '{}', '+'])
'chmod', 'u+rwx', '{}', ';'])
self.hash_from_path(checkout)

# Extract initramfs contents
Expand Down

0 comments on commit 8b4fdb6

Please sign in to comment.