Safety Property: AllowModifyDir

permission AllowModifyDir (path: String) {
    requires FileNames;
    check RFileSystem.modifyFile (file: RFile) {
        if (NCheck.inDirectory (file.getName (), path)) {
            allow ();
        }
    }
}

About this file

Naccio Home Page
David Evans
University of Virginia, Computer Science