update dates of headers
[src/app-framework-main.git] / doc / security-framework.html
index 779d710..bf4dd48 100644 (file)
@@ -7,30 +7,28 @@
   <meta name="author" content="José Bollo">
   <title>The security framework</title>
   <style type="text/css">code{white-space: pre;}</style>
+  <link rel="stylesheet" href="doc.css">
   <!--[if lt IE 9]>
-    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+    <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
   <![endif]-->
-  <link rel="stylesheet" href="doc.css">
 </head>
 <body>
 <header>
 <h1 class="title">The security framework</h1>
 <h2 class="author">José Bollo</h2>
-<h3 class="date">29 mai 2016</h3>
+<h3 class="date">24 juin 2016</h3>
 </header>
 <nav id="TOC">
 <ul>
-<li><a href="#the-security-framework">The security framework</a></li>
+<li><a href="#the-security-framework">The security framework</a><ul>
 <li><a href="#setting-smack-rules-for-the-application">Setting Smack rules for the application</a></li>
 <li><a href="#what-user-can-run-an-application">What user can run an application?</a></li>
+</ul></li>
 </ul>
 </nav>
 <h1 id="the-security-framework">The security framework</h1>
-<pre><code>version: 1
-Date:    29 mai 2016
-Author:  José Bollo</code></pre>
-<p>TABLE-OF-CONTENT-HERE</p>
-<h1 id="setting-smack-rules-for-the-application">Setting Smack rules for the application</h1>
+<p>NOT STARTED !!!!!!</p>
+<h2 id="setting-smack-rules-for-the-application">Setting Smack rules for the application</h2>
 <p>For Tizen, the following rules are set by the security manager for each application.</p>
 <pre><code>System ~APP~             rwx
 System ~PKG~             rwxat
@@ -49,7 +47,7 @@ User   ~PKG~::RO         rwxat
 ~APP~  ~PKG~             rwxat
 ~APP~  ~PKG~::RO         rxl</code></pre>
 <p>Here, <sub>PKG</sub> is the identifier of the package and <sub>APP</sub> is the identifier of the application.</p>
-<h1 id="what-user-can-run-an-application">What user can run an application?</h1>
+<h2 id="what-user-can-run-an-application">What user can run an application?</h2>
 <p>Not all user are able to run all applications. How to manage that?</p>
 </body>
 </html>