faber has asked for the wisdom of the Perl Monks concerning the following question:
Today as I'm working through a large file system utility application I'm writing, I was a bit surprised to find no work (seemingly) done on selinux within perl.
The singular task that I would like to accomplish is to read selinux context from files (ls -Z output). I could wrap ls to obtain this, however really, I would prefer a more graceful solution.
So I'm wondering if anyone has done anything in the past that they might be able to share?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Reading SELinux context from files?
by Anonymous Monk on Sep 27, 2013 at 19:50 UTC |