You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 18, 2018. It is now read-only.
Each of following commands prints different results (classes are printed in the same order, but permissions are printed in different order) when executed twice in a row on the same machine:
seinfo --class -x
seinfo --common -x
setools-console-4.1.1-5.el8+5.x86_64
Actual results:
seinfo --class -x | tail -n 10
record
manage
getattr
setattr
}
class x_synthetic_event
{
send
receive
}
seinfo --class -x | tail -n 10
manage
grab
setattr
debug
}
class x_synthetic_event
{
receive
send
}
Expected results:
classes and their permissions are always printed in the same order (ideally alphabetically sorted) if they are defined
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Each of following commands prints different results (classes are printed in the same order, but permissions are printed in different order) when executed twice in a row on the same machine:
setools-console-4.1.1-5.el8+5.x86_64
Actual results:
seinfo --class -x | tail -n 10
}
class x_synthetic_event
{
send
receive
}
seinfo --class -x | tail -n 10
}
class x_synthetic_event
{
receive
send
}
Expected results:
The text was updated successfully, but these errors were encountered: