We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 622472a commit 57089efCopy full SHA for 57089ef
userspace/ksu-core/src/sepolicy.rs
@@ -530,7 +530,7 @@ impl<'a> TryFrom<&'a TypeTransition<'a>> for Vec<AtomicStatement> {
530
sepol2: perm.target.try_into()?,
531
sepol3: perm.class.try_into()?,
532
sepol4: perm.default_type.try_into()?,
533
- sepol5: PolicyObject::None,
+ sepol5: perm.object_name.try_into()?,
534
sepol6: PolicyObject::None,
535
sepol7: PolicyObject::None,
536
}])
0 commit comments