Add read & execute to all files in hdd directory
This commit is contained in:
parent
9819e8a52c
commit
9e925de0d2
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ int fsdb_fill_file_attrs (a_inode *base, a_inode *aino)
|
|||
| (S_IWUSR & statbuf.st_mode ? 0 : A_FIBF_WRITE)
|
||||
| (S_IRUSR & statbuf.st_mode ? 0 : A_FIBF_READ));
|
||||
|
||||
#if defined(WIN32) || defined(ANDROIDSDL)
|
||||
#if defined(WIN32) || defined(ANDROIDSDL) || defined(RASPBERRY)
|
||||
// Always give execute & read permission
|
||||
aino->amigaos_mode &= ~A_FIBF_EXECUTE;
|
||||
aino->amigaos_mode &= ~A_FIBF_READ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue