Commit graph

313 commits

Author SHA1 Message Date
Andreas Gruenbacher
026eb0b136 More logical patch order 2007-04-03 10:04:39 +00:00
Andreas Gruenbacher
0a12813bd8 Add comment 2007-04-03 09:33:34 +00:00
John Johansen
b5f18f5177 merge down patches to single apparmor.diff 2007-04-03 07:50:09 +00:00
Andreas Gruenbacher
8487f24e33 Inline function cleanup 2007-03-31 17:23:39 +00:00
Andreas Gruenbacher
ea49ba7712 Add setprocattr cleanup 2007-03-31 16:42:04 +00:00
Andreas Gruenbacher
dacc176aca Add in reintroduce-interface-lock.diff which slipped through 2007-03-30 22:15:49 +00:00
Andreas Gruenbacher
f28840dff2 Fold all the apparmor patches together. Some line offsets in other patches. 2007-03-30 21:25:45 +00:00
Andreas Gruenbacher
152bc78d8b Line offset rediff only 2007-03-30 20:52:27 +00:00
Andreas Gruenbacher
94f53ffcc9 Update link patch according to yesterday's discussion 2007-03-29 15:12:04 +00:00
Andreas Gruenbacher
e839f8ac74 Add reintroduce-interface-lock.diff 2007-03-28 15:56:32 +00:00
Andreas Gruenbacher
188a1b56c4 Bunch of stuff in reply to JJ's latest updates 2007-03-26 19:37:35 +00:00
John Johansen
4603c8829d patch to convert complain mode to learning mode 2007-03-26 19:12:41 +00:00
John Johansen
7d43226fbd A fix_apparmor_getprocattr.diff
fix getprocattr so that it returns the start of the profile name string
instead of the end of it.

A      rcu-locking-docs.txt
Change the locking docs to reflect the locking changes for rcu
aa_task_contexts

A      fix-rename-file-type.diff
Use the dentry->inode to determine if the medieated dentry is a directory.
The use of the inode that is pasted in is incorrect because it is
often the parent inode of the dentry being mediated.

A      misc-typos.diff
Fix a few miscellaneous typos

A      rcu-stale-forward-ptr.diff
A      rcu-caps-cache-comment.diff
Add a comment as to why resetting the caps cache instead of propogating it
is the right thing to do.

A      warn-info-messages.diff
Convert AA_WARN to us aa_audit_message, most of these messages while
not necessary for learning mode should be present in the logs with
the other apparmor messages.

A      rename-activate-unpack.diff
rename the interface routines to use unpack instead of activate, its
simpler and more standard.

j
2007-03-26 10:18:14 +00:00
Andreas Gruenbacher
38fe3a0bf6 Add further locking improvement proposal. 2007-03-22 22:34:19 +00:00
Andreas Gruenbacher
6814e22b73 Add changes missing in rcu-task-context-2.diff 2007-03-22 13:05:13 +00:00
Andreas Gruenbacher
98f6ce46d1 A cleanup in aa_change_hat() 2007-03-22 10:10:59 +00:00
Andreas Gruenbacher
504721f4f4 Add rcu-task-context-2.diff and no-inline-aa_change_task_context.diff. 2007-03-22 09:38:56 +00:00
Andreas Gruenbacher
c377d49bf9 Add comment 2007-03-22 08:20:24 +00:00
John Johansen
f6244becd4 use rcu for aa_task_context 2007-03-21 22:21:13 +00:00
Andreas Gruenbacher
f29097e401 Improved version of the last format string fix 2007-03-20 17:41:36 +00:00
Andreas Gruenbacher
fb62f5c553 Replace force_dir_on_negative_dentry.diff with rename-file-type.diff 2007-03-20 17:39:51 +00:00
Andreas Gruenbacher
d1e9b24234 Drop obsolete audit-unterminated-string.diff, and add apparmor_getprocattr.diff. 2007-03-20 16:10:56 +00:00
Andreas Gruenbacher
96f896c193 Fix warning 2007-03-20 15:56:50 +00:00
John Johansen
78ba031fc7 Add basic script used to convert module/apparmor into kernel patch snapshot 2007-03-19 11:13:05 +00:00
John Johansen
6f03656049 Add brief readme used to explain layout of kernel-patches snapshots 2007-03-19 11:11:05 +00:00
John Johansen
31b181fcf8 update namespace semaphore patch for changes in 2.6.20 2007-03-19 11:10:01 +00:00
John Johansen
5643deb42e patch to make dfa table numbers match flex table numbers 2007-03-15 22:26:45 +00:00
John Johansen
e5cced8ba0 change dfa table entry numbering to match flex 2007-03-14 22:02:50 +00:00
John Johansen
e102bd2651 fixes to issues that came up in updating the regression tests 2007-03-13 21:44:05 +00:00
Jesse Michael
c0b7fc812d add minor cleanup to match up with recommendations from the kernel
CodingStyle documentation
2007-03-12 18:39:53 +00:00
Andreas Gruenbacher
0c7f8233e8 Rename mount-consistent-d_cache.diff to mount-consistent-d_path.diff. 2007-03-01 21:18:35 +00:00
Andreas Gruenbacher
7df0fde677 Add proposal for unlink permission checking. 2007-03-01 06:16:18 +00:00
Andreas Gruenbacher
da080ef1a4 Add parentheses. 2007-03-01 06:06:51 +00:00
Andreas Gruenbacher
76e0141e21 Fix link-subset-check.diff and add more rigid link-subset-check-2.diff variant for discussion. 2007-03-01 05:02:27 +00:00
Andreas Gruenbacher
584a4a2bbd Make the computation of exec_mode more obvious. 2007-03-01 04:15:51 +00:00
Andreas Gruenbacher
c20016faf5 Make nfsd compile again after file-handle-ops-2.diff. 2007-02-27 23:47:47 +00:00
Andreas Gruenbacher
e4d1ddd10c Really add file-handle-ops-2.diff now. 2007-02-27 22:16:11 +00:00
Andreas Gruenbacher
ba440ad5b8 Ad xattr hook changes needed for proper file descriptor handling. Add file-handle-ops-2.diff for handling xattrs and file read/write. 2007-02-27 22:13:49 +00:00
Andreas Gruenbacher
6184196ce2 Remove junk from constrained-to-confined.diff. 2007-02-27 09:45:27 +00:00
Andreas Gruenbacher
59454ecf49 Add mount-consistent-d_cache.diff and file-handle-ops.diff. Update to last link-subset-check.diff proposal. Minor rediffs to get rid of offsets. 2007-02-27 08:42:00 +00:00
John Johansen
3bc6bf34ab add fixes to locking and more minor cleanups 2007-02-27 05:09:23 +00:00
Andreas Gruenbacher
06a239c9c8 Enable fix-aa_register.diff. Add no-new-namespaces.diff. 2007-02-24 18:14:47 +00:00
Andreas Gruenbacher
bd442e3869 Add clarify-audit-status-handling.diff. Fix 247679 in link-subset-check.diff. Uncomment ptrace.diff and link-subset-check.diff in series.conf. 2007-02-23 22:33:00 +00:00
Andreas Gruenbacher
4ca2496f50 d_namespace_path fix; rename aa_get_pathname back to aa_get_name. Add tell-files-from-dirs.diff. 2007-02-23 07:38:14 +00:00
Andreas Gruenbacher
79f88b5458 Add tentative aa_link refinement. Comment out this patch and the ptrace patch for now. 2007-02-23 06:28:15 +00:00
Andreas Gruenbacher
0b96655a5c Allow confined processes th ptrace other processes if they have CAP_SYS_PTRACE. 2007-02-23 05:11:21 +00:00
Andreas Gruenbacher
487a7b4e73 Two minor cleanups / improvements 2007-02-22 04:45:15 +00:00
Andreas Gruenbacher
ee4c70b261 Add tentative aa_register fix. 2007-02-21 08:34:17 +00:00
Andreas Gruenbacher
d462346781 Add locking documentation 2007-02-21 01:16:40 +00:00
Andreas Gruenbacher
0f97882aa3 Another bunch of cleanups, including a big locking rewrite. 2007-02-21 01:08:46 +00:00