1.14.4
This commit is contained in:
parent
50e633ab80
commit
2ad3eaea81
|
@ -9,7 +9,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
- improved removal of leftovers [#4050](https://github.com/sandboxie-plus/Sandboxie/pull/4050)
|
||||
|
||||
### Fixed
|
||||
- fixed The Start Restrictions tab's layout is broken [#4045](https://github.com/sandboxie-plus/Sandboxie/issues/4045)
|
||||
- fixed The Start Restrictions tab's layout is broken [#4045](https://github.com/sandboxie-plus/Sandboxie/issues/4045)
|
||||
- fixed Administrators cannot change the sandbox configuration [#4057](https://github.com/sandboxie-plus/Sandboxie/issues/4057) [#4068](https://github.com/sandboxie-plus/Sandboxie/issues/4068)
|
||||
|
||||
### Added
|
||||
- added hwid display
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -728,7 +728,7 @@ ULONG SbieIniServer::IsCallerAuthorized(HANDLE hToken, const WCHAR *Password, co
|
|||
|
||||
if (SbieApi_QueryConfBool(Section, L"EditAdminOnly", FALSE)) {
|
||||
|
||||
if (! TokenIsAdmin(hToken, true)) {
|
||||
if (! TokenIsAdmin(hToken)) {
|
||||
CloseHandle(hToken);
|
||||
return STATUS_LOGON_NOT_GRANTED;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue