diff options
author | Wenzong Fan <wenzong.fan@windriver.com> | 2015-10-10 02:32:42 -0400 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-10-22 10:52:49 -0400 |
commit | 6d0c9ecd8d08f2bfafbe9def50628b5c14e5fe57 (patch) | |
tree | b9ca5e4c0437cf640ff4465b6a2583440a61d305 /recipes-security/selinux/libselinux/libselinux-get-pywrap-depends-on-selinux.py.patch | |
parent | 0eafe06e34ee72d70e28a4f46d2ab1a58ac044e6 (diff) | |
download | meta-selinux-6d0c9ecd8d08f2bfafbe9def50628b5c14e5fe57.tar.gz |
refpolicy: fix exit code issue of bzip2
'bzip2 -qt $moudle_name.pp' has different exit codes on different
distributions, for example:
* On Redhat/CentOS/Fedora, OpenSUSE:
$ bzip2 -qt /tmp/tor.pp
bzip2: /tmp/tor.pp: bad magic number (file not created by bzip2)
$ echo $?
0
This causes install errors:
unzip2: /path/to/*.pp is not a bzip2 file.
libsepol.module_package_read_offsets: module package header truncated
Failed to read policy package
* Ubuntu has fixed it:
$ bzip2 -qt /tmp/tor.pp
bzip2: /tmp/tor.pp: bad magic number (file not created by bzip2)
$ echo $?
2
The difference involved by '-q' options, remove it would get the bzip2
works consistently. bzip2-native has the same issue, anyway it should
be fixed separately.
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'recipes-security/selinux/libselinux/libselinux-get-pywrap-depends-on-selinux.py.patch')
0 files changed, 0 insertions, 0 deletions