mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
Made the admin file name more unique
This commit is contained in:
parent
8a3693f39d
commit
0eeab71f8d
@ -1122,7 +1122,7 @@ public class Case {
|
||||
*/
|
||||
|
||||
//Deny ability to add a data source if the special admin access file is present.
|
||||
File denyAddDataSourcePermissions = new File(PlatformUtil.getUserConfigDirectory(), "adminAccess");
|
||||
File denyAddDataSourcePermissions = new File(PlatformUtil.getUserConfigDirectory(), "addDataSourceChildLock");
|
||||
if(!denyAddDataSourcePermissions.exists()) {
|
||||
CallableSystemAction.get(AddImageAction.class).setEnabled(true);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user