[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH] tools/configure: drop BASH configure variable
On 29.06.2020 14:05, Ian Jackson wrote: > Jan Beulich writes ("Re: [PATCH] tools/configure: drop BASH configure > variable"): >> On 26.06.2020 19:00, Andrew Cooper wrote: >>> diff --git a/xen/xsm/flask/policy/mkaccess_vector.sh >>> b/xen/xsm/flask/policy/mkaccess_vector.sh >>> old mode 100644 >>> new mode 100755 >>> diff --git a/xen/xsm/flask/policy/mkflask.sh >>> b/xen/xsm/flask/policy/mkflask.sh >>> old mode 100644 >>> new mode 100755 >> >> ... this may or may not take effect on the file system the sources >> are stored on. > > In what circumstances might this not take effect ? When the file system is incapable of recording execute permissions? It has been a common workaround for this in various projects that I've worked with to use $(SHELL) to account for that, so the actual permissions from the fs don't matter. (There may be mount options to make everything executable on such file systems, but people may be hesitant to use them.) Jan > IME all changes to files are properly replicated by git. Tarball > distributions replicate the permissions of course. > > The only difficulty would be if this change were to be carried as a > patch somewhere, by a downstream, but that seems unlikely, and can be > avoided by that downstream not taking this patch. > > Ian. >
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |