diff options
author | Yury Molchan <yury.molchan@gmail.com> | 2023-12-06 04:29:39 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-13 16:14:47 +0200 |
commit | c1f95130c554580afc1d6090d30b3946b578714e (patch) | |
tree | d2a4db51b5b97e0f69996231c35ae0661d20170f /org.eclipse.jgit.ssh.apache/src/org | |
parent | 5c0c18f5665fe8d3c3fae0176e231deb6c2480a7 (diff) | |
download | jgit-c1f95130c554580afc1d6090d30b3946b578714e.tar.gz jgit-c1f95130c554580afc1d6090d30b3946b578714e.zip |
Check an execution bit by reading it from the file system
Files.isExecutable() checks possibility to execute a file from the JVM,
not POSIX attributes. So it fails when Java Security Manager does not
allow to execute a file, but file has X-bit.
Change-Id: I85b96fb6cedbaff1b3c063728c25b6ce4d04e9b9
Diffstat (limited to 'org.eclipse.jgit.ssh.apache/src/org')
0 files changed, 0 insertions, 0 deletions