Hi,
Redhat would like to add more decoration options to the bash prompt.
We want to make the 4 SELinux fields available on the prompt:
- current SELinux user
- current SELinux role
- current SELinux type
- current MLS clearance
This would require dependency on libselinux, libsetrans, and libsep
I had a pretty good idea about the motivation. However, it introduces
dependencies on uncommon libraries, and does not have wide
applicability, so I am trying to figure out if it can be done using
existing mechanisms.
Well, this would be an optional feature, only active in a SELinux
environ
Hi,
[ I'm sorry if this is a dupe, was previously not subscribed ].
Redhat would like to add more decoration options to the bash prompt.
We want to make the 4 SELinux fields available on the prompt:
- current SELinux user
- current SELinux role
- current SELinux type
- current MLS clearance
Th