From 59e02f65ca6d819eb1d591f21d2e8c96514676f6 Mon Sep 17 00:00:00 2001 From: Stephen Smalley Date: Mon, 8 Jun 2015 12:35:02 -0400 Subject: [PATCH] libselinux: Drop confusing comment. 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 --- libselinux/src/label_file.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libselinux/src/label_file.c b/libselinux/src/label_file.c index b8061f4c..60aae669 100644 --- a/libselinux/src/label_file.c +++ b/libselinux/src/label_file.c @@ -3,9 +3,6 @@ * * Author : Eamon Walsh * Author : Stephen Smalley - * - * This library derived in part from setfiles and the setfiles.pl script - * developed by Secure Computing Corporation. */ #include