rsmusllp / operator

Android Physical Pentest Application
1 stars 1 forks source link

File Select Permission Error #11

Closed zeroSteiner closed 9 years ago

zeroSteiner commented 9 years ago

While in the file selection dialog I encountered the error below which appears to have come from trying to read a file that the application does not have permissions to read.

I/python  (13568):  Traceback (most recent call last):
I/python  (13568):    File "/home/steiner/repos/operator/.buildozer/android/app/main.py", line 113, in <module>
I/python  (13568):    File "/home/steiner/repos/operator/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/app.py", line 824, in run
I/python  (13568):    File "/home/steiner/repos/operator/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/base.py", line 487, in runTouchApp
I/python  (13568):    File "/home/steiner/repos/operator/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/core/window/window_pygame.py", line 398, in mainloop
I/python  (13568):    File "/home/steiner/repos/operator/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/core/window/window_pygame.py", line 285, in _mainloop
I/python  (13568):    File "/home/steiner/repos/operator/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/base.py", line 330, in idle
I/python  (13568):    File "/home/steiner/repos/operator/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/base.py", line 315, in dispatch_input
I/python  (13568):    File "/home/steiner/repos/operator/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/base.py", line 221, in post_dispatch_input
I/python  (13568):    File "kivy/_event.pyx", line 699, in kivy._event.EventDispatcher.dispatch (kivy/_event.c:7011)
I/python  (13568):    File "/home/steiner/repos/operator/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/core/window/__init__.py", line 908, in on_motion
I/python  (13568):    File "kivy/_event.pyx", line 699, in kivy._event.EventDispatcher.dispatch (kivy/_event.c:7011)
I/python  (13568):    File "/home/steiner/repos/operator/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/core/window/__init__.py", line 944, in on_touch_up
I/python  (13568):    File "kivy/_event.pyx", line 699, in kivy._event.EventDispatcher.dispatch (kivy/_event.c:7011)
I/python  (13568):    File "/home/steiner/repos/operator/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/uix/modalview.py", line 250, in on_touch_up
I/python  (13568):    File "/home/steiner/repos/operator/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/uix/widget.py", line 404, in on_touch_up
I/python  (13568):    File "kivy/_event.pyx", line 699, in kivy._event.EventDispatcher.dispatch (kivy/_event.c:7011)
I/python  (13568):    File "/home/steiner/repos/operator/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/uix/widget.py", line 404, in on_touch_up
I/python  (13568):    File "kivy/_event.pyx", line 699, in kivy._event.EventDispatcher.dispatch (kivy/_event.c:7011)
I/python  (13568):    File "/home/steiner/repos/operator/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/uix/widget.py", line 404, in on_touch_up
I/python  (13568):    File "kivy/_event.pyx", line 699, in kivy._event.EventDispatcher.dispatch (kivy/_event.c:7011)
I/python  (13568):    File "/home/steiner/repos/operator/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/uix/widget.py", line 404, in on_touch_up
I/python  (13568):    File "kivy/_event.pyx", line 699, in kivy._event.EventDispatcher.dispatch (kivy/_event.c:7011)
I/python  (13568):    File "/home/steiner/repos/operator/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/uix/widget.py", line 404, in on_touch_up
I/python  (13568):    File "kivy/_event.pyx", line 699, in kivy._event.EventDispatcher.dispatch (kivy/_event.c:7011)
I/python  (13568):    File "/home/steiner/repos/operator/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/uix/filechooser.py", line 481, in on_touch_up
I/python  (13568):    File "/home/steiner/repos/operator/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/uix/widget.py", line 404, in on_touch_up
I/python  (13568):    File "kivy/_event.pyx", line 699, in kivy._event.EventDispatcher.dispatch (kivy/_event.c:7011)
I/python  (13568):    File "/home/steiner/repos/operator/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/uix/widget.py", line 404, in on_touch_up
I/python  (13568):    File "kivy/_event.pyx", line 699, in kivy._event.EventDispatcher.dispatch (kivy/_event.c:7011)
I/python  (13568):    File "/home/steiner/repos/operator/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/uix/widget.py", line 404, in on_touch_up
I/python  (13568):    File "kivy/_event.pyx", line 699, in kivy._event.EventDispatcher.dispatch (kivy/_event.c:7011)
I/python  (13568):    File "/home/steiner/repos/operator/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/uix/scrollview.py", line 786, in on_touch_up
I/python  (13568):    File "kivy/_event.pyx", line 699, in kivy._event.EventDispatcher.dispatch (kivy/_event.c:7011)
I/python  (13568):    File "/home/steiner/repos/operator/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/uix/scrollview.py", line 821, in on_scroll_stop
I/python  (13568):    File "/home/steiner/repos/operator/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/uix/scrollview.py", line 562, in simulate_touch_down
I/python  (13568):    File "/home/steiner/repos/operator/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/uix/widget.py", line 382, in on_touch_down
I/python  (13568):    File "kivy/_event.pyx", line 699, in kivy._event.EventDispatcher.dispatch (kivy/_event.c:7011)
I/python  (13568):    File "/home/steiner/repos/operator/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/uix/scatter.py", line 507, in on_touch_down
I/python  (13568):    File "/home/steiner/repos/operator/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/uix/widget.py", line 382, in on_touch_down
I/python  (13568):    File "kivy/_event.pyx", line 699, in kivy._event.EventDispatcher.dispatch (kivy/_event.c:7011)
I/python  (13568):    File "/home/steiner/repos/operator/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/uix/treeview.py", line 492, in on_touch_down
I/python  (13568):    File "kivy/_event.pyx", line 695, in kivy._event.EventDispatcher.dispatch (kivy/_event.c:6970)
I/python  (13568):    File "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152)
I/python  (13568):    File "kivy/_event.pyx", line 1052, in kivy._event.EventObservers._dispatch (kivy/_event.c:11120)
I/python  (13568):    File "/home/steiner/repos/operator/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/lang.py", line 1465, in custom_callback
I/python  (13568):    File "/data/data/com.ss.operator/files/lib/python2.7/site-packages/kivy/data/style.kv", line 325, in <module>
I/python  (13568):      on_touch_down: self.collide_point(*args[1].pos) and ctx.controller().entry_touched(self, args[1])
I/python  (13568):    File "/home/steiner/repos/operator/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/uix/filechooser.py", line 543, in entry_touched
I/python  (13568):    File "kivy/properties.pyx", line 397, in kivy.properties.Property.__set__ (kivy/properties.c:4680)
I/python  (13568):    File "kivy/properties.pyx", line 696, in kivy.properties.ListProperty.set (kivy/properties.c:10169)
I/python  (13568):    File "kivy/properties.pyx", line 429, in kivy.properties.Property.set (kivy/properties.c:5203)
I/python  (13568):    File "kivy/properties.pyx", line 484, in kivy.properties.Property.dispatch (kivy/properties.c:5852)
I/python  (13568):    File "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152)
I/python  (13568):    File "kivy/_event.pyx", line 1050, in kivy._event.EventObservers._dispatch (kivy/_event.c:11095)
I/python  (13568):    File "/home/steiner/repos/operator/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/lang.py", line 1465, in custom_callback
I/python  (13568):    File "<string>", line 6, in <module>
I/python  (13568):    File "/home/steiner/repos/operator/.buildozer/android/app/ssoper/widgets/fileselect.py", line 37, in open
I/python  (13568):  IOError: [Errno 13] Permission denied: u'/init.qcom.sh'
maxschachere commented 9 years ago

Fixed here: https://github.com/securestate/operator/blob/master/ssoper/widgets/checklist.py#L135