Changes between Version 1 and Version 2 of Ticket #12373, comment 4


Ignore:
Timestamp:
Sep 13, 2015, 10:15:08 AM (9 years ago)
Author:
ttcoder

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12373, comment 4

    v1 v2  
    3232}}}
    3333
    34 '''EDIT''': maybe bash attempts to open itself (??) à la B_READ_WRITE, which fails in packagefs (regardless of whether or not the 'w' bit it set or not, of course, being a read-only fs), but succeeds in bfs, allowing the bfs variant to get past that error and hit another one downstream ?
     34'''EDIT''': maybe bash attempts to open itself (wow!?) à la B_READ_WRITE, which fails in packagefs (regardless of whether or not the 'w' bit it set or not, of course, being a read-only fs), but succeeds in bfs, allowing the bfs variant to get past that error and hit another one downstream ?
     35
     36EDIT2: yea also tried changing rights to config/settings/bash_history, allocating its own homedir instead of /boot/home, makes no difference; strange as that is, it seems the bash file itself is the issue.
     37Running `ll /system` is a bit scary by the way: most of its contents is 600 (instead of 644) ! Including '''runtime_loader'''... I wonder if VFS/BFS will allow non-superuser access to runtime_loader if it's '''rw-------" ?
     38
     39