diff options
author | Samuel Bowman <sam@sambowman.tech> | 2022-10-15 10:18:06 -0400 |
---|---|---|
committer | Sam Atkins <atkinssj@gmail.com> | 2022-11-14 14:58:10 +0000 |
commit | 025c16a6f9cdbd6439ec24cd8a33335644b6a190 (patch) | |
tree | ad17ad444a991b99b23e193b46029721916030a6 /Base | |
parent | d947555527a9cf41e3c43bcc7cd39e01dcb01eb8 (diff) | |
download | serenity-025c16a6f9cdbd6439ec24cd8a33335644b6a190.zip |
Base: Mark PartitionEditor as requiring root
Diffstat (limited to 'Base')
-rw-r--r-- | Base/res/apps/PartitionEditor.af | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Base/res/apps/PartitionEditor.af b/Base/res/apps/PartitionEditor.af index be15ecce37..546d89c785 100644 --- a/Base/res/apps/PartitionEditor.af +++ b/Base/res/apps/PartitionEditor.af @@ -1,4 +1,5 @@ [App] Name=Partition Editor Executable=/bin/PartitionEditor +RequiresRoot=true Category=Utilities |