diff options
Diffstat (limited to 'doc/security-framework.html')
-rw-r--r-- | doc/security-framework.html | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/doc/security-framework.html b/doc/security-framework.html index 779d710..dd4e72a 100644 --- a/doc/security-framework.html +++ b/doc/security-framework.html @@ -16,21 +16,19 @@ <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> |