This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
nnn
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Test for when permissions change while browsing
master
lostd
9 years ago
parent
018b52a8ee
commit
0548a181e6
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
mktest.sh
+ 3
- 1
mktest.sh
View File
@@ -25,4 +25,6 @@ echo 'int main(void) { *((char *)0) = 0; }' > ill.c
make ill > /dev/null
echo 'test/ill' > ill.sh
mkdir empty-dir
echo 'chmod 000 test' > lock.sh
mkdir cage
echo 'chmod 000 test/cage' > cage/lock.sh
echo 'chmod 755 test/cage' > cage-unlock.sh
Write
Preview
Loading…
Cancel
Save