CINXE.COM
AppArmor Development : Blueprints : Ubuntu
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head> <base href="https://blueprints.launchpad.net/ubuntu/+spec/kernel-lucid-apparmor-development/+index" /> <meta charset="UTF-8" /> <title>AppArmor Development : Blueprints : Ubuntu</title> <link rel="apple-touch-icon" sizes="180x180" href="/@@/apple-touch-icon.png?v=2022" /> <link rel="icon" type="image/png" sizes="32x32" href="/@@/favicon-32x32.png?v=2022" /> <link rel="icon" type="image/png" sizes="16x16" href="/@@/favicon-16x16.png?v=2022" /> <link rel="manifest" href="/@@/site.webmanifest?v=2022" /> <link rel="mask-icon" href="/@@/safari-pinned-tab.svg?v=2022" color="#e9531f" /> <link rel="shortcut icon" href="/@@/favicon.ico?v=2022" /> <meta name="msapplication-TileColor" content="#da532c" /> <meta name="msapplication-config" content="/@@/browserconfig.xml?v=2022" /> <meta name="theme-color" content="#ffffff" /> <link type="text/css" rel="stylesheet" media="screen, print" href="/+icing/rev22ade00ab50b929fac63b8ee7252243aceda294a/combo.css" /> <meta name="description" content="Discussions of the future of AppArmour, including strategy for upstreaming. Discussion of any new features needing to be developed, when they would be needed etc. " /> <meta property="og:description" content="Discussions of the future of AppArmour, including strategy for upstreaming. Discussion of any new features needing to be developed, when they would be needed etc. " /> <meta property="og:title" content="AppArmor Development : Blueprints : Ubuntu" /> <meta property="og:type" content="website" /> <meta property="og:image" content="/@@/launchpad-og-image.png" /> <meta property="og:url" content="https://blueprints.launchpad.net/ubuntu/+spec/kernel-lucid-apparmor-development/+index" /> <meta property="og:site_name" content="Launchpad" /> <script type="text/javascript"> var LP = { cache: {}, links: {} }; </script> <script type="text/javascript">var cookie_scope = '; Path=/; Secure; Domain=.launchpad.net';</script> <script type="text/javascript" src="/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?yui/yui/yui-min.js&lp/meta.js&yui/loader/loader-min.js"></script> <script type="text/javascript"> var raw = null; if (LP.devmode) { raw = 'raw'; } YUI.GlobalConfig = { combine: true, comboBase: '/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?', root: 'yui/', filter: raw, debug: false, fetchCSS: false, maxURLLength: 2000, groups: { lp: { combine: true, base: '/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?lp/', comboBase: '/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?', root: 'lp/', // comes from including lp/meta.js modules: LP_MODULES, fetchCSS: false } } }</script> <script type="text/javascript"> // we need this to create a single YUI instance all events and code // talks across. All instances of YUI().use should be based off of // LPJS instead. var LPJS = new YUI(); </script> <script id="base-layout-load-scripts" type="text/javascript"> //<![CDATA[ LPJS.use('base', 'node', 'console', 'event', 'oop', 'lp', 'lp.app.foldables','lp.app.sorttable', 'lp.app.inlinehelp', 'lp.app.links', 'lp.bugs.bugtask_index', 'lp.bugs.subscribers', 'lp.app.ellipsis', 'lp.code.branchmergeproposal.diff', 'lp.views.global', function(Y) { Y.on("domready", function () { var global_view = new Y.lp.views.Global(); global_view.render(); Y.lp.app.sorttable.SortTable.init(); Y.lp.app.inlinehelp.init_help(); Y.lp.activate_collapsibles(); Y.lp.app.foldables.activate(); Y.lp.app.links.check_valid_lp_links(); }); Y.on('lp:context:web_link:changed', function(e) { window.location = e.new_value; }); }); //]]> </script> <script id="base-helper-functions" type="text/javascript"> //<![CDATA[ // This code is pulled from lp.js that needs to be available on every // request. Pulling here to get it outside the scope of the YUI block. function setFocusByName(name) { // Focus the first element matching the given name which can be focused. var nodes = document.getElementsByName(name); var i, node; for (i = 0; i < nodes.length; i++) { node = nodes[i]; if (node.focus) { try { // Trying to focus a hidden element throws an error in IE8. if (node.offsetHeight !== 0) { node.focus(); } } catch (e) { LPJS.use('console', function(Y) { Y.log('In setFocusByName(<' + node.tagName + ' type=' + node.type + '>): ' + e); }); } break; } } } function selectWidget(widget_name, event) { if (event && (event.keyCode === 9 || event.keyCode === 13)) { // Avoid firing if user is tabbing through or simply pressing // enter to submit the form. return; } document.getElementById(widget_name).checked = true; } //]]> </script> <style type="text/css"> #implementation div.yui3-ichoicesource { display: inline; } </style> </head> <body id="document" itemscope="" itemtype="http://schema.org/WebPage" class="tab-specifications main_side public yui3-skin-sam"> <div class="yui-d0"> <div id="locationbar" class="login-logout"> <div id="logincontrol"><a href="https://blueprints.launchpad.net/ubuntu/+spec/kernel-lucid-apparmor-development/+login">Log in / Register</a></div> </div><!--id="locationbar"--> <div id="watermark" class="watermark-apps-portlet"> <div> <a href="https://launchpad.net/ubuntu"><img alt="" width="64" height="64" src="https://launchpadlibrarian.net/606381979/CoF%2064px.png" /></a> </div> <div class="wide"> <h2 id="watermark-heading"><a href="https://launchpad.net/ubuntu">Ubuntu</a></h2> </div> <!-- Application Menu --> <ul class="facetmenu"> <li class="overview"><a href="https://launchpad.net/ubuntu">Overview</a></li> <li class="branches"><a href="https://code.launchpad.net/ubuntu">Code</a></li> <li class="bugs"><a href="https://bugs.launchpad.net/ubuntu">Bugs</a></li> <li class="specifications active"><a href="https://blueprints.launchpad.net/ubuntu">Blueprints</a></li> <li class="translations"><a href="https://translations.launchpad.net/ubuntu">Translations</a></li> <li class="answers"><a href="https://answers.launchpad.net/ubuntu">Answers</a></li> </ul> </div> <div class="yui-t4"> <div id="maincontent" class="yui-main"> <div class="yui-b" dir="ltr"> <div class="context-publication"> <h1 id="edit-title"> <span class="yui3-editable_text-text ellipsis" style="max-width: 95%;"> AppArmor Development </span> </h1> <div id="registration" class="registering"> Registered by <a href="https://launchpad.net/~apw" class="sprite person">Andy Whitcroft</a> <time title="2009-11-09 12:50:27 UTC" datetime="2009-11-09T12:50:27.094979+00:00">on 2009-11-09</time> </div> </div> <div id="request-notifications"> </div> <div> <div id="maincontentsub"> <div class="top-portlet"> <div> <div class="lazr-multiline-edit" id="edit-summary"> <div class="clearfix"> </div> <div class="yui3-editable_text-text"><p>Discussions of the future of AppArmour, including strategy for upstreaming. Discussion of any new features needing to be developed, when they would be needed etc.</p></div> </div> </div> <ul class="horizontal"> <li id="spec-url"> <a class="sprite external-link" rel="nofollow" href="https://wiki.ubuntu.com/specs/KernelLucidAppArmorDevelopment">Read the full specification</a> </li> </ul> </div> <div class="yui-g"> <div class="portlet"> <h2>Blueprint information</h2> <div class="yui-u first"> <div class="two-column-list"> <dl> <dt>Status:</dt> <dd id="lifecycle-status">Started</dd> </dl> <dl> <dt>Approver:</dt> <dd> <span id="edit-approver"> <span class="yui3-activator-data-box"> <a href="https://launchpad.net/~pgraner" class="sprite person">Pete Graner</a> </span> </span> </dd> </dl> <dl> <dt>Priority:</dt> <dd><span id="edit-priority"> <span class="value specpriorityESSENTIAL">Essential</span> </span> </dd> </dl> <dl> <dt>Drafter:</dt> <dd> <span id="edit-drafter"> <span class="yui3-activator-data-box"> <a href="https://launchpad.net/~jjohansen" class="sprite person">John Johansen</a> </span> </span> </dd> </dl> <dl> <dt>Direction:</dt> <dd><span id="edit-direction_approved"> <span class="value">Approved</span> </span> </dd> </dl> <dl> <dt>Assignee:</dt> <dd> <span id="edit-assignee"> <span class="yui3-activator-data-box"> <a href="https://launchpad.net/~jjohansen" class="sprite person">John Johansen</a> </span> </span> </dd> </dl> <dl> <dt>Definition:</dt> <dd><span id="edit-definition_status"> <span class="value specstatusAPPROVED">Approved</span> </span> </dd> </dl> <dl id="series-goal"> <dt>Series goal:</dt> <dd> Accepted for <a href="/ubuntu/lucid">lucid</a> </dd> </dl> <dl> <dt>Implementation:</dt> <dd id="implementation"> <img src="/@@/info" alt="Informational" title="Informational blueprint, no implementation necessary" id="informational-icon" class="hidden" /> <span id="edit-implementation_status"> <span class="value specdeliverySTARTED">Started</span> </span> </dd> </dl> <dl id="milestone-target"> <dt>Milestone target:</dt> <dd> <a href="https://launchpad.net/ubuntu/+milestone/lucid-alpha-3"> <img alt="milestone icon" src="/@@/milestone" /> lucid-alpha-3</a> </dd> </dl> <dl id="started-by" class="visible"> <dt>Started by</dt> <dd> <a href="https://launchpad.net/~pgraner" class="sprite person">Pete Graner</a> <time title="2009-11-10 13:47:22 UTC" datetime="2009-11-10T13:47:22.335594+00:00">on 2009-11-10</time> </dd> </dl> <dl id="completed-by" class="hidden"> <dt>Completed by</dt> <dd> </dd> </dl> </div> </div> <div class="yui-u"> <div id="linked_branches"> <h3>Related branches</h3> </div> <div id="bug_links"> <h3>Related bugs</h3> <ul class="horizontal"> </ul> </div> <div> <h3>Sprints</h3> <ul> <li> <span><img src="/@@/yes" alt="Approved" title="Approved for the meeting agenda" /></span> <a href="/sprints/uds-l">uds-l</a> </li> </ul> <ul class="horizontal"> </ul> </div> </div> </div> </div> <div class="portlet"> <div class="wide"><div> <div class="lazr-multiline-edit" id="edit-whiteboard"> <div class="clearfix"> <h3>Whiteboard</h3> </div> <div class="yui3-editable_text-text"><p>Status:<br /> Upstreaming is on track for 2.6.34. Policy compilation and userspace update is being held for the first upload after alpha-2.</p> <p>Work Items lucid-alpha-1:<br /> Prepare AppArmor mainline version for lucid:DONE</p> <p>Work Items lucid-alpha-3:<br /> [jjohansen] Update userspace tools to handle auditing changes requested as part of AppArmor upstreaming:DONE<br /> [jjohansen] Policy compilation dfa-minimizatio<wbr />n:DONE<br /> [jjohansen] Policy compilation table-compressi<wbr />on:DONE</p> <p>Work Items ubuntu-10.04:<br /> [jjohansen] Upstream the AppArmor code, likely for 2.6.34:POSTPONED<br /> [jjohansen] Update userspace tools to handle apparmorfs layout changes requested as part of AppArmor upstreaming:<wbr />POSTPONED</p></div> </div> </div> </div> </div> <div class="portlet"> <a href="/+help-blueprints/workitems-help.html" target="help" class="sprite maybe action-icon">(?)</a> <div class="wide"><div> <div class="lazr-multiline-edit" id="edit-workitems_text"> <div class="clearfix"> <h3>Work Items</h3> </div> <div class="yui3-editable_text-text"></div> </div> </div> </div> </div> <div class="portlet"> <ul class="horizontal"> </ul> </div> <div class="related"> <h2>Nearby</h2> <ul> <li> <a href="/ubuntu/lucid"> Other Lucid blueprints </a> </li> </ul> </div> </div> <script type="text/javascript"> LPJS.use('lp.anim', 'lp.client', 'lp.deprecated.ui', 'lp.app.information_type', 'node', 'widget', function(Y) { Y.on('domready', function(){ var privacy_link = Y.one('#privacy-link'); Y.lp.app.information_type.setup_choice( privacy_link, new Y.lp.client.Launchpad(), LP.cache.context); }); Y.on('lp:context:implementation_status:changed', function(e) { var icon = Y.one('#informational-icon'); if (e.new_value == 'Informational') { icon.removeClass('hidden'); } else { icon.addClass('hidden'); } }); Y.on('lp:context:lifecycle_status:changed', function(e) { Y.lp.deprecated.ui.update_field('#lifecycle-status', e.new_value); }); Y.on('lp:context:is_started:changed', function(e) { var started = Y.one('#started-by'); if (e.new_value) { started.removeClass('hidden'); started.one('dd').setContent(e.entry.getHTML('starter')); Y.lp.anim.green_flash({node:started}).run(); } else { started.addClass('hidden'); } }); Y.on('lp:context:is_complete:changed', function(e) { var completed = Y.one('#completed-by'); if (e.new_value) { completed.removeClass('hidden'); completed.one('dd').setContent(e.entry.getHTML('completer')); Y.lp.anim.green_flash({node:completed}).run(); } else { completed.addClass('hidden'); } }); Y.on('lp:context:title:changed', function(e) { // change the window title and breadcrumb. Y.lp.deprecated.ui.update_field('ol.breadcrumbs li:last-child', e.new_value); var title = window.document.title; title = e.new_value + title.substring(e.old_value.length); window.document.title = title; }); // Watch for the whiteboard for edit mode so we can show/hide a // message to the user to make sure not to put work items in there. var whiteboard_node = Y.one('#edit-whiteboard'); var whiteboard = Y.Widget.getByNode(whiteboard_node); var notice_node = Y.Node.create('<p/>'); notice_node.set('id', 'wimessage'); notice_node.addClass('informational message'); notice_node.setContent('Please note that work items go in the separate Work Items input field below.'); whiteboard.editor.on('visibleChange', function (ev) { var par = whiteboard_node.get('parentNode'); // If we're visible, show the message if (ev.newVal) { par.insertBefore(notice_node, whiteboard_node); } else { // Otherwise we need to remove the node par.removeChild(notice_node) } }); }); </script> </div> </div><!-- yui-b --> </div><!-- yui-main --> <div id="side-portlets" class="yui-b side"> <div id="privacy" class="portlet public"> <div id="privacy-text"> <span id="information-type-summary" class="sprite public">This blueprint contains <strong id="information-type">Public</strong> information</span> <div id="information-type-description" style="padding-top: 5px">Everyone can see this information. </div> </div> </div> <div class="portlet vertical" id="portlet-subscribers"> <div class="section"> <div class="subscribed-false"><a class="menu-link-subscription sprite modify edit" href="https://blueprints.launchpad.net/ubuntu/+spec/kernel-lucid-apparmor-development/+subscribe">Edit subscription</a></div> <div><a class="menu-link-addsubscriber sprite add" href="https://blueprints.launchpad.net/ubuntu/+spec/kernel-lucid-apparmor-development/+addsubscriber">Subscribe someone else</a></div> </div> <div id="subscribers"> <h2>Subscribers</h2> <div id="subscribers-links"> <div class="subscriber-407504 subscriber" id="subscription-subscriber-407504"> <img src="/@@/subscriber-inessential" /> <a href="/~adam-stokes">Adam Stokes</a> </div> <div class="subscriber-939978 subscriber" id="subscription-subscriber-939978"> <img src="/@@/subscriber-inessential" /> <a href="/~hggdh2">C de-Avillez</a> </div> <div class="subscriber-2159253 subscriber" id="subscription-subscriber-2159253"> <img src="/@@/subscriber-essential" /> <a href="/~cliftonlai">cliftonlai</a> </div> <div class="subscriber-433401 subscriber" id="subscription-subscriber-433401"> <img src="/@@/subscriber-essential" /> <a href="/~jdstrand">Jamie Strandboge</a> </div> <div class="subscriber-1273251 subscriber" id="subscription-subscriber-1273251"> <img src="/@@/subscriber-essential" /> <a href="/~jjohansen">John Johansen</a> </div> <div class="subscriber-323839 subscriber" id="subscription-subscriber-323839"> <img src="/@@/subscriber-essential" /> <a href="/~kees">Kees Cook</a> </div> <div class="subscriber-84 subscriber" id="subscription-subscriber-84"> <img src="/@@/subscriber-inessential" /> <a href="/~lamont">LaMont Jones</a> </div> <div class="subscriber-622181 subscriber" id="subscription-subscriber-622181"> <img src="/@@/subscriber-essential" /> <a href="/~mdeslaur">Marc Deslauriers</a> </div> <div class="subscriber-66689 subscriber" id="subscription-subscriber-66689"> <img src="/@@/subscriber-inessential" /> <a href="/~matthelmke">Matthew Helmke</a> </div> <div class="subscriber-385413 subscriber" id="subscription-subscriber-385413"> <img src="/@@/subscriber-inessential" /> <a href="/~mike-fdb">Mike</a> </div> <div class="subscriber-1273614 subscriber" id="subscription-subscriber-1273614"> <img src="/@@/subscriber-essential" /> <a href="/~sbeattie">Steve Beattie</a> </div> <div class="subscriber-964109 subscriber" id="subscription-subscriber-964109"> <img src="/@@/subscriber-inessential" /> <a href="/~zimmerle">zimmerle</a> </div> </div> </div> </div> </div><!-- yui-b side --> </div><!-- yui-t4 --> <div id="footer" class="footer"> <div class="lp-arcana"> <div class="lp-branding"> <a href="https://launchpad.net/"><img src="/@@/launchpad-footer-logo.svg" alt="Launchpad" width="65" height="18" /></a> • <a href="https://launchpad.net/+tour">Take the tour</a> • <a href="https://help.launchpad.net/">Read the guide</a> <form id="globalsearch" method="get" accept-charset="UTF-8" action="https://launchpad.net/+search"> <input type="search" id="search-text" name="field.text" /> <input type="image" src="/@@/search" style="vertical-align:5%" alt="Search Launchpad" /> </form> </div> </div> <div class="colophon"> © 2004 <a href="http://canonical.com/">Canonical Ltd.</a> • <a href="https://launchpad.net/legal">Terms of use</a> • <a href="https://www.ubuntu.com/legal/dataprivacy">Data privacy</a> • <a href="/feedback">Contact Launchpad Support</a> • <a href="http://blog.launchpad.net/">Blog</a> • <a href="https://canonical.com/careers">Careers</a> • <a href="https://ubuntu.social/@launchpadstatus">System status</a> <span id="lp-version"> • 22ade00 (<a href="https://dev.launchpad.net/">Get the code!</a>) </span> </div> </div> </div><!-- yui-d0--> <script id="json-cache-script">LP.cache = {"related_features": {}, "information_type_data": {"PUBLIC": {"value": "PUBLIC", "description": "Everyone can see this information.\n", "name": "Public", "order": 0, "is_private": false, "description_css_class": "choice-description"}}, "context": {"self_link": "https://blueprints.launchpad.net/api/devel/ubuntu/+spec/kernel-lucid-apparmor-development", "web_link": "https://blueprints.launchpad.net/ubuntu/+spec/kernel-lucid-apparmor-development", "resource_type_link": "https://blueprints.launchpad.net/api/devel/#specification", "bugs_collection_link": "https://blueprints.launchpad.net/api/devel/ubuntu/+spec/kernel-lucid-apparmor-development/bugs", "information_type": "Public", "name": "kernel-lucid-apparmor-development", "title": "AppArmor Development", "specification_url": "https://wiki.ubuntu.com/specs/KernelLucidAppArmorDevelopment", "summary": "Discussions of the future of AppArmour, including strategy for upstreaming. Discussion of any new features needing to be developed, when they would be needed etc.\n", "definition_status": "Approved", "assignee_link": "https://blueprints.launchpad.net/api/devel/~jjohansen", "drafter_link": "https://blueprints.launchpad.net/api/devel/~jjohansen", "approver_link": "https://blueprints.launchpad.net/api/devel/~pgraner", "priority": "Essential", "date_created": "2009-11-09T12:50:27.094979+00:00", "owner_link": "https://blueprints.launchpad.net/api/devel/~apw", "target_link": "https://blueprints.launchpad.net/api/devel/ubuntu", "milestone_link": "https://blueprints.launchpad.net/api/devel/ubuntu/+milestone/lucid-alpha-3", "whiteboard": "Status:\nUpstreaming is on track for 2.6.34. Policy compilation and userspace update is being held for the first upload after alpha-2.\n\nWork Items lucid-alpha-1:\nPrepare AppArmor mainline version for lucid:DONE\n\nWork Items lucid-alpha-3:\n[jjohansen] Update userspace tools to handle auditing changes requested as part of AppArmor upstreaming:DONE\n[jjohansen] Policy compilation dfa-minimization:DONE\n[jjohansen] Policy compilation table-compression:DONE\n\nWork Items ubuntu-10.04:\n[jjohansen] Upstream the AppArmor code, likely for 2.6.34:POSTPONED\n[jjohansen] Update userspace tools to handle apparmorfs layout changes requested as part of AppArmor upstreaming:POSTPONED\n", "workitems_text": "", "direction_approved": true, "implementation_status": "Started", "starter_link": "https://blueprints.launchpad.net/api/devel/~pgraner", "date_started": "2009-11-10T13:47:22.335594+00:00", "completer_link": null, "date_completed": null, "dependencies_collection_link": "https://blueprints.launchpad.net/api/devel/ubuntu/+spec/kernel-lucid-apparmor-development/dependencies", "linked_branches_collection_link": "https://blueprints.launchpad.net/api/devel/ubuntu/+spec/kernel-lucid-apparmor-development/linked_branches", "is_complete": false, "is_started": true, "lifecycle_status": "Started", "has_accepted_goal": true, "http_etag": "\"ed7368edb1ddf174c9c19dc59cbf04943940fa5c-7e853d46c9887e2b0f765592ee05f484ed092951\""}};</script> </body> <!-- Facet name: specifications Page type: main_side Has global search: True Has application tabs: True Has side portlets: True At least 37 queries/external actions issued in 0.52 seconds Features: {'profiling.enabled': None, 'hard_timeout': '5000', 'js.yui_version': None, 'app.mainsite_only.canonical_url': None, 'app.maintenance_message': None, 'baselayout.careers_link.disabled': None, 'visible_render_time': None} r22ade00 --> </html>