Skip to content

Commit

Permalink
libselinux: Drop confusing comment.
Browse files Browse the repository at this point in the history
When Eamon created label_file.c, he drew code from the setfiles program,
which I originally wrote.  At the time, setfiles had a comment
about being derived in part from the setfiles.pl script written by SCC, so
Eamon put a comment in label_file.c that tried to preserve that lineage.
However, there was no real code lineage there.  The setfiles program
was inspired by the setfiles.pl perl script, but the implementation was
a complete rewrite.  And while label_file.c drew some data structures and
code from the setfiles C program, it had nothing to do with the setfiles.pl
script at all.  Just drop the comment; it serves no purpose.

Signed-off-by: Stephen Smalley <[email protected]>
  • Loading branch information
stephensmalley committed Jun 8, 2015
1 parent e2eaec2 commit 59e02f6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libselinux/src/label_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
*
* Author : Eamon Walsh <[email protected]>
* Author : Stephen Smalley <[email protected]>
*
* This library derived in part from setfiles and the setfiles.pl script
* developed by Secure Computing Corporation.
*/

#include <fcntl.h>
Expand Down

0 comments on commit 59e02f6

Please sign in to comment.