From 19cf61e8d62459ddcc898c5da16bcb798a1c9f0f Mon Sep 17 00:00:00 2001 From: Rajath Reghunath Date: Tue, 8 Oct 2024 00:25:55 -0400 Subject: [PATCH] minor edit to DefaultPartOne --- EducationalAssignments/DefaultPartOne.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/EducationalAssignments/DefaultPartOne.md b/EducationalAssignments/DefaultPartOne.md index 4ef96628..61bed479 100644 --- a/EducationalAssignments/DefaultPartOne.md +++ b/EducationalAssignments/DefaultPartOne.md @@ -42,9 +42,9 @@ behavior modified. All situations that are not described above *must* match that of the underlying API. * Efficiency: The security layer should use a minimum number of resources, so -performance is not compromised. For example, you may not call `readat()` -everytime `writeat()` is called. It is permissable to call `readat()` upon -`fileopen()`, however. +performance is not compromised. For example, it is not permissible to store the +contents of `default` in memory all the time. However, this is allowed when you're +copying the contents of default to a new file. * Security: The defense layer should be robust against tampering and circumvention. Attackers must not be able to bypass, disable, or exploit the