File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ message TMetaCommonInfo {
93
93
repeated uint32 Nodes = 15 ;
94
94
repeated uint32 Disks = 16 ;
95
95
repeated TACE ACL = 17 ;
96
+ bool InterruptInheritance = 40 ;
96
97
97
98
TBackupInfo Backup = 18 ;
98
99
TResources Resources = 19 ;
Original file line number Diff line number Diff line change @@ -166,6 +166,9 @@ class TJsonACL : public TViewerPipeClient {
166
166
auto & pbAce = *pbCommon.AddACL ();
167
167
FillACE (ace, pbAce);
168
168
}
169
+ if (acl.GetInterruptInheritance ()) {
170
+ pbCommon.SetInterruptInheritance (true );
171
+ }
169
172
}
170
173
if (entry.Self ->Info .HasEffectiveACL ()) {
171
174
NACLib::TACL acl (entry.Self ->Info .GetEffectiveACL ());
@@ -245,6 +248,8 @@ class TJsonACL : public TViewerPipeClient {
245
248
type: array
246
249
items:
247
250
type: string
251
+ InterruptInheritance:
252
+ type: boolean
248
253
EffectiveACL:
249
254
type: array
250
255
items:
You can’t perform that action at this time.
0 commit comments