diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-09-03 10:20:10 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-09-03 10:20:10 +0300 |
commit | 408d3df3f1cb5ddc7b111da7147e679dd0278635 (patch) | |
tree | 13085cb90dd08e8c8579e7b1f9082e829a3217dc /rpmpopt.in | |
parent | e27bbb931aae7457d1f02adddc6f4330db890845 (diff) | |
download | librpm-tizen-408d3df3f1cb5ddc7b111da7147e679dd0278635.tar.gz librpm-tizen-408d3df3f1cb5ddc7b111da7147e679dd0278635.tar.bz2 librpm-tizen-408d3df3f1cb5ddc7b111da7147e679dd0278635.zip |
Rip out selinux file contexts from headers.
The SELinux file contexts can and do change, and local policies might be
in place, the contexts on the build system at build time have zero relevance
to anything and are just header bloat.
Remove --filecontexts alias while at it, not useful for anything anyway.
Diffstat (limited to 'rpmpopt.in')
-rw-r--r-- | rpmpopt.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rpmpopt.in b/rpmpopt.in index f6d86441c..1339c1ce2 100644 --- a/rpmpopt.in +++ b/rpmpopt.in @@ -109,9 +109,6 @@ rpm alias --fileclass --qf '[%{FILENAMES}\t%{FILECLASS}\n]' \ rpm alias --filecolor --qf '[%{FILENAMES}\t%{FILECOLORS}\n]' \ --POPTdesc=$"list file names with colors" -rpm alias --filecontext --qf '[%{FILENAMES}\t%{FILECONTEXTS}\n]' \ - --POPTdesc=$"list file names with security context from header" - rpm alias --fscontext --qf '[%{FILENAMES}\t%{FSCONTEXTS}\n]' \ --POPTdesc=$"list file names with security context from file system" |