Skip to content

Commit 57089ef

Browse files
YlarodCopilot
andauthored
Update userspace/ksu-core/src/sepolicy.rs
Co-authored-by: Copilot <[email protected]>
1 parent 622472a commit 57089ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

userspace/ksu-core/src/sepolicy.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ impl<'a> TryFrom<&'a TypeTransition<'a>> for Vec<AtomicStatement> {
530530
sepol2: perm.target.try_into()?,
531531
sepol3: perm.class.try_into()?,
532532
sepol4: perm.default_type.try_into()?,
533-
sepol5: PolicyObject::None,
533+
sepol5: perm.object_name.try_into()?,
534534
sepol6: PolicyObject::None,
535535
sepol7: PolicyObject::None,
536536
}])

0 commit comments

Comments
 (0)