Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
内核炸了啊对对队
proj226-arceos
Commits
3249f91b
Commit
3249f91b
authored
2 years ago
by
Yuekai Jia
Browse files
Options
Download
Patches
Plain Diff
fs: add permission checks
parent
d12b9c26
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
Cargo.lock
+9
-0
Cargo.lock
Cargo.toml
+1
-0
Cargo.toml
crates/axfs_vfs/src/structs.rs
+12
-0
crates/axfs_vfs/src/structs.rs
crates/capability/Cargo.toml
+11
-0
crates/capability/Cargo.toml
crates/capability/src/lib.rs
+71
-0
crates/capability/src/lib.rs
modules/axfs/Cargo.toml
+1
-0
modules/axfs/Cargo.toml
modules/axfs/src/fops.rs
+63
-18
modules/axfs/src/fops.rs
modules/axfs/src/fs/fatfs.rs
+11
-3
modules/axfs/src/fs/fatfs.rs
modules/axfs/src/root.rs
+7
-0
modules/axfs/src/root.rs
modules/axfs/tests/test_axfs.rs
+49
-1
modules/axfs/tests/test_axfs.rs
with
235 additions
and
22 deletions
+235
-22
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment