diff options
author | Stephen Smalley <sds@tycho.nsa.gov> | 2015-06-08 12:35:02 -0400 |
---|---|---|
committer | Stephen Smalley <sds@tycho.nsa.gov> | 2015-06-08 12:49:49 -0400 |
commit | 59e02f65ca6d819eb1d591f21d2e8c96514676f6 (patch) | |
tree | d4dd3a2f934380376e19f8fecae834530979ec33 /libselinux/src/label_file.c | |
parent | e2eaec298f116ed2a48f0322acc9e22304aa5af0 (diff) | |
download | android_external_selinux-59e02f65ca6d819eb1d591f21d2e8c96514676f6.tar.gz android_external_selinux-59e02f65ca6d819eb1d591f21d2e8c96514676f6.tar.bz2 android_external_selinux-59e02f65ca6d819eb1d591f21d2e8c96514676f6.zip |
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 <sds@tycho.nsa.gov>
Diffstat (limited to 'libselinux/src/label_file.c')
-rw-r--r-- | libselinux/src/label_file.c | 3 |
1 files changed, 0 insertions, 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 <ewalsh@tycho.nsa.gov> * Author : Stephen Smalley <sds@tycho.nsa.gov> - * - * This library derived in part from setfiles and the setfiles.pl script - * developed by Secure Computing Corporation. */ #include <fcntl.h> |