オープンソース・ソフトウェアの開発とダウンロード

Subversion リポジトリの参照

Diff of /trunk/1.8.x/ccs-patch/patches/ccs-patch-2.6.28-hardened-gentoo.diff

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2299 by kumaneko, Mon Mar 23 06:08:10 2009 UTC revision 2300 by kumaneko, Mon Mar 23 07:18:52 2009 UTC
# Line 96  Source code for this patch is "emerge ha Line 96  Source code for this patch is "emerge ha
96          gr_set_proc_label(file->f_dentry, file->f_vfsmnt);          gr_set_proc_label(file->f_dentry, file->f_vfsmnt);
97    
98  -       retval = search_binary_handler(bprm, regs);  -       retval = search_binary_handler(bprm, regs);
99  +       retval = search_binary_handler_with_transition(bprm, regs);  +       retval = ccs_search_binary_handler(bprm, regs);
100          if (retval >= 0) {          if (retval >= 0) {
101   #ifdef CONFIG_GRKERNSEC   #ifdef CONFIG_GRKERNSEC
102                  if (old_exec_file)                  if (old_exec_file)
# Line 183  Source code for this patch is "emerge ha Line 183  Source code for this patch is "emerge ha
183    
184          current->flags &= ~PF_KTHREAD;          current->flags &= ~PF_KTHREAD;
185  -       retval = search_binary_handler(bprm,regs);  -       retval = search_binary_handler(bprm,regs);
186  +       retval = search_binary_handler_with_transition(bprm, regs);  +       retval = ccs_search_binary_handler(bprm, regs);
187          if (retval >= 0) {          if (retval >= 0) {
188   #ifdef CONFIG_GRKERNSEC   #ifdef CONFIG_GRKERNSEC
189                  if (old_exec_file)                  if (old_exec_file)

Legend:
Removed from v.2299  
changed lines
  Added in v.2300

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26