Bug #7841
selmodule provider gives: Could not evaluate: Found 2415885 561 instead of magic 4185718671
| Status: | Code Insufficient | Start date: | 06/08/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | - | |||
| Target version: | - | |||
| Affected Puppet version: | Branch: | http://fedorapeople.org/git/gitweb.cgi?p=ricky/public_git/puppet.git | ||
| Keywords: | ||||
| Votes: | 1 |
Description
selmodule’s check of selinux module files on non-little endian machines (like PPC), as it reads in the file headers using the native byte order (whereas selinux module headers are always in little endian). This patch against master corrects this issue:
http://ricky.fedorapeople.org/puppet/0001-SELinux-module-headers-are-always-little-endian.patch
History
Updated by Ricky Zhou 11 months ago
- Branch set to http://fedorapeople.org/git/gitweb.cgi?p=ricky/public_git/puppet.git
Made a proper ticket/master/7841 branch at http://fedorapeople.org/git/gitweb.cgi?p=ricky/public_git/puppet.git.
Updated by Jacob Helwig 6 months ago
Ricky,
Josh commented on the pull request a little while back, but it doesn’t look like you got any kind of notification for this.
Updated by Josh Cooper 6 months ago
- Status changed from In Topic Branch Pending Review to Code Insufficient
Updated the commit with another place where a little-endian to host translation is not being performed.
Updated by Josh Cooper 6 months ago
- Assignee set to Ricky Zhou
Just assign back to me when you’ve updated the pull request