mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-28 21:26:22 +00:00
Kernel: Create /dev/full with mode 0666
This commit is contained in:
parent
28a705d3c7
commit
953f4f7e60
Notes:
sideshowbarker
2024-07-18 21:44:07 +09:00
Author: https://github.com/bcoles
Commit: 953f4f7e60
Pull-request: https://github.com/SerenityOS/serenity/pull/5630
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ public:
|
|||
virtual ~FullDevice() override;
|
||||
|
||||
// ^Device
|
||||
virtual mode_t required_mode() const override { return 0600; }
|
||||
virtual mode_t required_mode() const override { return 0666; }
|
||||
virtual String device_name() const override { return "full"; }
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue