Skip to content

Commit bb9a38d

Browse files
committed
Improve comments in Templates.ini
1 parent 940c5d1 commit bb9a38d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Sandboxie/install/Templates.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ ClosedClsid={4991D34B-80A1-4291-83B6-3328366B9097}
205205
[Template_WindowsExplorer]
206206
# make search box wait
207207
ClosedClsid={C2F03A33-21F5-47FA-B4BB-156362A2F239}
208-
# makes context menu hang
208+
# prevent context menu hang
209209
ClosedClsid={470C0EBD-5D73-4D58-9CED-E91E22E23282}
210210

211211
[Template_ThirdPartyIsolation]
@@ -3527,17 +3527,17 @@ RpcPortBindingIfId=SSDP,{4B112204-0E19-11D3-B42B-0000F81FEB9F}
35273527

35283528
DisableWinNtHook=MapViewOfSection
35293529

3530-
# filtered not allowed syscalls
3530+
# filtered system calls not allowed
35313531

35323532
#DisableWinNtHook=CreatePagingFile
35333533
#DisableWinNtHook=CreateSymbolicLinkObject
35343534

35353535

35363536
#
3537-
# approved sys calls
3537+
# approved system calls
35383538
#
35393539

3540-
# sys calls filteres by driver
3540+
# system calls filtered by driver
35413541

35423542
ApproveWinNtSysCall=OpenFile
35433543
ApproveWinNtSysCall=CreateFile
@@ -3588,7 +3588,7 @@ ApproveWinNtSysCall=OpenThread
35883588
ApproveWinNtSysCall=AlpcOpenSenderProcess
35893589
ApproveWinNtSysCall=AlpcOpenSenderThread
35903590

3591-
# allowed without filtereing
3591+
# system calls allowed without filtering
35923592

35933593
ApproveWinNtSysCall=OpenKey
35943594
ApproveWinNtSysCall=CreateKey
@@ -3630,7 +3630,7 @@ ApproveWinNtSysCall=FindAtom
36303630
ApproveWinNtSysCall=DeleteAtom
36313631

36323632

3633-
# allowed win32 sys calls
3633+
# allowed Win32 system calls
36343634

36353635
ApproveWin32SysCall=GdiDdDDI*
36363636

0 commit comments

Comments
 (0)