about summary refs log tree commit diff stats
path: root/sandboxing
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-12-25 14:36:56 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-12-25 14:36:56 -0800
commitee66da41f53e1d23ff83cbca93fc10e8eee34945 (patch)
treecfb3d02a65de4b359eb0348d2902552e8c3ec762 /sandboxing
parent399fb500f488fdadb64bed62dbee591838d8636e (diff)
downloadteliva-ee66da41f53e1d23ff83cbca93fc10e8eee34945.tar.gz
sandbox: new scenario
Diffstat (limited to 'sandboxing')
-rw-r--r--sandboxing/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/sandboxing/README.md b/sandboxing/README.md
index ab3adf3..f73059c 100644
--- a/sandboxing/README.md
+++ b/sandboxing/README.md
@@ -44,6 +44,10 @@ Scenarios:
       allows an app to do anything. Educate people to separate apps that read
       sensitive data from apps that access remote servers.
     - (2) solution: map phases within an app to distinct permission sets
+  * app A legitimately needs to read sensitive data. It saves a copy to file
+    X. app B seems to legitimately needs to access the network, but also
+    asks to read file X. If the owner forgets who wrote file X and what it
+    contains, sensitive data could be exfiltrated.
   * (3) app wants access to system() or exec() or popen()
 
 Difficulty levels
bit.com> 2010-05-15 05:20:24 +0200 README: rewrite' href='/akspecs/ranger/commit/README?h=v1.4.1&id=e952d6cb8e67f80fcd2019abf3d30b20dc5b9f7c'>e952d6cb ^
e74222ee ^
36e4e71e ^
e952d6cb ^





36e4e71e ^
4ea0f69a ^

36e4e71e ^
e952d6cb ^
36e4e71e ^

78a7d762 ^
e952d6cb ^
78a7d762 ^
e952d6cb ^
4ea0f69a ^

7838675f ^










4ea0f69a ^

36e4e71e ^
e952d6cb ^


7582555b ^
e952d6cb ^
36e4e71e ^
e952d6cb ^




36e4e71e ^
e952d6cb ^

36e4e71e ^
306c76d8 ^
e952d6cb ^

306c76d8 ^
e952d6cb ^


306c76d8 ^
e952d6cb ^
306c76d8 ^
e952d6cb ^

45cf5174 ^
e952d6cb ^

45cf5174 ^
b34fd133 ^
e952d6cb ^

45cf5174 ^
e952d6cb ^
45cf5174 ^
e952d6cb ^

45cf5174 ^
e952d6cb ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98