X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2Fnestedvm%2FRuntime.java;h=0543fd0aff3ec0aabc137c5c3ba54ac324d39ca2;hp=63e8835977270b484256e170aaa2714cac52d610;hb=94617ade62211d11c80b1e87b2a4c822297dd43f;hpb=7e1e0dc49707b777e71e69c23c0a48e0a2665a4b diff --git a/src/org/ibex/nestedvm/Runtime.java b/src/org/ibex/nestedvm/Runtime.java index 63e8835..0543fd0 100644 --- a/src/org/ibex/nestedvm/Runtime.java +++ b/src/org/ibex/nestedvm/Runtime.java @@ -1319,6 +1319,7 @@ public abstract class Runtime implements UsermodeConstants,Registers,Cloneable { public boolean allowRead(File f) { return true; } public boolean allowWrite(File f) { return true; } public boolean allowStat(File f) { return true; } + public boolean allowUnlink(File f) { return true; } } // Null pointer check helper function