login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
June
»
10
Re: [AppArmor 39/45] AppArmor: Profile loading and manipulation, pathname matching
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Pavel Machek
Subject:
Re: [AppArmor 39/45] AppArmor: Profile loading and manipulation, pathname matching
Date: Sunday, June 10, 2007 - 1:34 am
Hi!
quoted text
> >So, AA developers, do you have such a document anywhere? I know there > >are some old research papers, do they properly describe the current > >model you are trying to implement here? > > Greg, > to implement the AA approach useing SELinux you need to have a way that > files that are renamed or created get tagged with the right label > automaticaly with no possible race condition. > > If this can be done then it _may_ be possible to do the job that AA is > aimed at with SELinux, but the work nessasary to figure out what lables > are needed on what file would still make it a non-trivial task. > > as I understand it SELinux puts one label on each file, so if you have > three files accessed by two programs such that > program A accesses files X Y > program B accesses files Y Z > > then files X Y and Z all need seperate labels with the policy stateing > that program A need to access labels X, Y and program B needs to access > files Y Z > > extended out this can come close to giving each file it's own label. AA > essentially does this and calls the label the path and computes it at > runtime instead of storing it somewhere.
Yes, and in the process, AA stores compiled regular expressions in kernel. Ouch. I'll take "each file it's own label" over _that_ any time. Pavel -- (english)
http://www.livejournal.com/~pavelmachek
(cesky, pictures)
http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
-
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[AppArmor 39/45] AppArmor: Profile loading and manipulatio ...
, jjohansen
, (Mon May 14, 4:06 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Pavel Machek
, (Tue May 15, 2:20 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Andreas Gruenbacher
, (Mon Jun 4, 2:03 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Stephen Smalley
, (Wed Jun 6, 6:26 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Greg KH
, (Wed Jun 6, 10:32 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Andreas Gruenbacher
, (Fri Jun 8, 3:03 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Greg KH
, (Fri Jun 8, 5:17 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, david
, (Fri Jun 8, 6:06 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Tetsuo Handa
, (Fri Jun 8, 7:01 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Sean
, (Fri Jun 8, 8:25 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, david
, (Fri Jun 8, 9:56 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Sean
, (Fri Jun 8, 10:10 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, david
, (Fri Jun 8, 10:18 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, david
, (Fri Jun 8, 10:38 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Sean
, (Fri Jun 8, 10:44 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Sean
, (Fri Jun 8, 10:46 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, david
, (Sat Jun 9, 12:04 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, david
, (Sat Jun 9, 12:13 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Sean
, (Sat Jun 9, 12:28 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Sean
, (Sat Jun 9, 12:36 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, david
, (Sat Jun 9, 1:03 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, david
, (Sat Jun 9, 1:06 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Sean
, (Sat Jun 9, 1:10 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Sean
, (Sat Jun 9, 1:37 am)
Re: [AppArmor 39/45] AppArmor: Profile loading andmanipula ...
, Tetsuo Handa
, (Sat Jun 9, 4:26 am)
Re: [AppArmor 39/45] AppArmor: Profile loading andmanipula ...
, Sean
, (Sat Jun 9, 4:35 am)
Re: [AppArmor 39/45] AppArmor: Profile loading andmanipula ...
, david
, (Sat Jun 9, 6:41 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Andreas Gruenbacher
, (Sat Jun 9, 8:05 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Andreas Gruenbacher
, (Sat Jun 9, 8:17 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Joshua Brindle
, (Sat Jun 9, 8:33 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Kyle Moffett
, (Sat Jun 9, 9:18 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Sean
, (Sat Jun 9, 9:36 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, david
, (Sat Jun 9, 9:46 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Kyle Moffett
, (Sat Jun 9, 10:06 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, david
, (Sat Jun 9, 10:32 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Casey Schaufler
, (Sat Jun 9, 11:37 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Kyle Moffett
, (Sat Jun 9, 12:50 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, david
, (Sat Jun 9, 1:43 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Pavel Machek
, (Sat Jun 9, 4:47 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Pavel Machek
, (Sun Jun 10, 1:34 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, david
, (Sun Jun 10, 2:04 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Crispin Cowan
, (Sun Jun 10, 10:09 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Casey Schaufler
, (Sun Jun 10, 1:04 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Crispin Cowan
, (Sun Jun 10, 1:51 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Crispin Cowan
, (Sun Jun 10, 1:54 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Pavel Machek
, (Sun Jun 10, 2:05 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Joshua Brindle
, (Sun Jun 10, 2:17 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, david
, (Sun Jun 10, 11:27 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, david
, (Sun Jun 10, 11:45 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Sean
, (Mon Jun 11, 1:29 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, david
, (Mon Jun 11, 2:33 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Pavel Machek
, (Mon Jun 11, 4:00 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Sean
, (Mon Jun 11, 4:34 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Stephen Smalley
, (Mon Jun 11, 8:16 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Lars Marowsky-Bree
, (Tue Jun 12, 10:03 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Pavel Machek
, (Thu Jun 14, 10:01 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Jack Stone
, (Thu Jun 14, 12:16 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, david
, (Thu Jun 14, 5:18 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Pavel Machek
, (Fri Jun 15, 6:36 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Greg KH
, (Fri Jun 15, 9:50 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Greg KH
, (Fri Jun 15, 10:01 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Casey Schaufler
, (Fri Jun 15, 11:01 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Stephen Smalley
, (Fri Jun 15, 11:15 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Pavel Machek
, (Fri Jun 15, 1:06 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Casey Schaufler
, (Fri Jun 15, 1:43 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Greg KH
, (Fri Jun 15, 2:11 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Greg KH
, (Fri Jun 15, 2:14 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Karl MacMillan
, (Fri Jun 15, 2:28 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, James Morris
, (Fri Jun 15, 2:42 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Greg KH
, (Fri Jun 15, 2:44 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Karl MacMillan
, (Fri Jun 15, 3:24 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Casey Schaufler
, (Fri Jun 15, 3:37 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Crispin Cowan
, (Fri Jun 15, 4:30 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Seth Arnold
, (Fri Jun 15, 4:33 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Pavel Machek
, (Fri Jun 15, 4:39 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Greg KH
, (Fri Jun 15, 4:49 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Greg KH
, (Fri Jun 15, 4:50 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, david
, (Fri Jun 15, 5:01 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Pavel Machek
, (Fri Jun 15, 5:02 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Seth Arnold
, (Fri Jun 15, 5:07 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Seth Arnold
, (Fri Jun 15, 5:18 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Pavel Machek
, (Fri Jun 15, 5:20 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Greg KH
, (Fri Jun 15, 5:29 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Greg KH
, (Fri Jun 15, 5:31 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Tetsuo Handa
, (Fri Jun 15, 5:48 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, James Morris
, (Fri Jun 15, 6:21 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, James Morris
, (Fri Jun 15, 6:41 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, James Morris
, (Fri Jun 15, 6:46 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, James Morris
, (Fri Jun 15, 7:19 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Casey Schaufler
, (Fri Jun 15, 7:57 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, James Morris
, (Fri Jun 15, 8:39 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Greg KH
, (Fri Jun 15, 9:23 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, david
, (Sat Jun 16, 1:09 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Tetsuo Handa
, (Sat Jun 16, 8:44 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Greg KH
, (Sat Jun 16, 9:24 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Greg KH
, (Sat Jun 16, 9:26 am)
Re: [AppArmor 39/45] AppArmor: Profile loading andmanipula ...
, Tetsuo Handa
, (Sat Jun 16, 9:45 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Casey Schaufler
, (Sun Jun 17, 6:51 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Joshua Brindle
, (Mon Jun 18, 4:29 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Stephen Smalley
, (Mon Jun 18, 5:47 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Stephen Smalley
, (Mon Jun 18, 6:33 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Crispin Cowan
, (Mon Jun 18, 11:48 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Pavel Machek
, (Tue Jun 19, 8:25 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Andreas Gruenbacher
, (Thu Jun 21, 8:54 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Andreas Gruenbacher
, (Thu Jun 21, 9:01 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Lars Marowsky-Bree
, (Thu Jun 21, 9:08 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Pavel Machek
, (Thu Jun 21, 10:59 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Pavel Machek
, (Thu Jun 21, 11:33 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Lars Marowsky-Bree
, (Thu Jun 21, 12:24 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, david
, (Thu Jun 21, 12:30 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Lars Marowsky-Bree
, (Thu Jun 21, 12:35 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, James Morris
, (Thu Jun 21, 12:42 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Pavel Machek
, (Thu Jun 21, 12:52 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Lars Marowsky-Bree
, (Thu Jun 21, 12:54 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Pavel Machek
, (Thu Jun 21, 1:07 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Lars Marowsky-Bree
, (Thu Jun 21, 1:21 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Stephen Smalley
, (Thu Jun 21, 1:59 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Lars Marowsky-Bree
, (Thu Jun 21, 2:17 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, John Johansen
, (Thu Jun 21, 4:25 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Joshua Brindle
, (Thu Jun 21, 5:16 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Lars Marowsky-Bree
, (Thu Jun 21, 5:19 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, david
, (Thu Jun 21, 5:28 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Chris Mason
, (Thu Jun 21, 5:34 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, James Morris
, (Thu Jun 21, 6:06 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Joshua Brindle
, (Thu Jun 21, 8:45 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Crispin Cowan
, (Thu Jun 21, 9:17 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, david
, (Thu Jun 21, 10:07 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, John Johansen
, (Fri Jun 22, 12:40 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, John Johansen
, (Fri Jun 22, 1:06 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Andreas Gruenbacher
, (Fri Jun 22, 2:59 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Lars Marowsky-Bree
, (Fri Jun 22, 3:49 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Stephen Smalley
, (Fri Jun 22, 4:19 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Lars Marowsky-Bree
, (Fri Jun 22, 4:37 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Stephen Smalley
, (Fri Jun 22, 4:53 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Chris Mason
, (Fri Jun 22, 5:17 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Stephen Smalley
, (Fri Jun 22, 5:41 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Lars Marowsky-Bree
, (Fri Jun 22, 5:42 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Stephen Smalley
, (Fri Jun 22, 5:46 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Lars Marowsky-Bree
, (Fri Jun 22, 5:54 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Stephen Smalley
, (Fri Jun 22, 6:22 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, James Morris
, (Fri Jun 22, 6:48 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Chris Mason
, (Fri Jun 22, 7:02 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, James Morris
, (Fri Jun 22, 7:23 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Stephen Smalley
, (Fri Jun 22, 7:49 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Casey Schaufler
, (Fri Jun 22, 9:06 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Chris Mason
, (Fri Jun 22, 10:30 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, david
, (Fri Jun 22, 11:12 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, david
, (Fri Jun 22, 11:35 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Chris Wright
, (Fri Jun 22, 5:11 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Toshiharu Harada
, (Sat Jun 23, 5:10 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Toshiharu Harada
, (Sat Jun 23, 5:40 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Pavel Machek
, (Sun Jun 24, 1:43 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Pavel Machek
, (Mon Jun 25, 8:14 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, david
, (Mon Jun 25, 2:02 pm)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...
, Lars Marowsky-Bree
, (Tue Jun 26, 1:50 am)
Re: [AppArmor 39/45] AppArmor: Profile loading and manipul ...