diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-06-24 16:07:04 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-06-24 16:15:23 +0200 |
commit | 81df68c04dc5e32d5d6d06bc20a7030afdf45f59 (patch) | |
tree | 9a7c8b6250d15c3a75704a856a49477e74928095 /doc/security-framework.html | |
parent | bad30c92a1cbe0e411f52c277cef37b6570b623f (diff) |
upgrading documentation to new usage
Change-Id: I5fbee7ba7ec929f6bcc02ffac7202059df02aa29
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
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> |