wiki:experiences:igraltist:patches
=>  Releases

Current version
Git/Latestdiff: 1.5.6

Latest Snapshots
Produced after each commit or rebase to new upstream version

GIT
RSBAC source code, can be unstable sometimes

=>  Events

No events planned

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
wiki:experiences:igraltist:patches [2010/05/21 19:32]
127.0.0.1 (old revision restored)
wiki:experiences:igraltist:patches [2010/05/21 19:47]
127.0.0.1 (old revision restored)
Line 2: Line 2:
   This site contain the patches which are need if PAX was applied to the rsbac-kernel-source.   This site contain the patches which are need if PAX was applied to the rsbac-kernel-source.
  
 +===== Get RSBAC source =====
 +If a rsbac patch for the current kernel version is not available, then you can use the git repository to obtain the linux source with already included rsbac-patches.
  
-==Patches==+Visit this site [[http://​git.rsbac.org/​cgi-bin/​gitweb.cgi|git-rsbac]] for more details. 
 + 
 +The follow command lead to the same result too. 
 +This is an example only. 
 + 
 +<code bash> 
 +git clone http://​git.rsbac.org/​linux-2.6 my-dir-name 
 +cd my-dir-name 
 +git checkout -b rsbac-1.4-2.6.33 origin/​rsbac-1.4-2.6.33 
 +</​code>​ 
 + 
 +Then you have to change to new directory. 
 +<code bash> 
 +cd my-dir-name 
 +</​code>​ 
 + 
 +Then you can apply the pax patch now. 
 +<code bash> 
 +patch -p1 < ../​pax-patch-for-this-kernel-version | tee pax_log 
 +</​code>​ 
 + 
 +After this small rejects are left over and this patches listet fix this. 
 +To apply them use 
 +<code bash> 
 +patch -p1 <  ../​rsbac-pax-patch-which-was-downloaded-befor | tee fix_pax_log 
 +</​code>​ 
 + 
 +Then you can both create logfiles examine to find errors. 
 +<code bash> 
 +grep FAIL pax_log 
 +grep FAIL fix_pax_log 
 +</​code>​ 
 + 
 +== Patches ==
   * [[wiki:​experiences/​igraltist/​patches/​r795|r795]]   * [[wiki:​experiences/​igraltist/​patches/​r795|r795]]
   * [[wiki:​experiences/​igraltist/​patches/​r802|r802]]   * [[wiki:​experiences/​igraltist/​patches/​r802|r802]]
//
wiki/experiences/igraltist/patches.txt · Last modified: 2010/07/16 01:24 by 127.0.0.1

wiki/experiences/igraltist/patches.txt · Last modified: 2010/07/16 01:24 by 127.0.0.1
This website is kindly hosted by m-privacy