Re-order doc chapters
[src/app-framework-main.git] / docs / 5.2-security-framework.md
1
2 The security framework
3 ======================
4
5 NOT STARTED !!!!!!
6
7 Setting Smack rules for the application
8 ---------------------------------------
9
10 For Tizen, the following rules are set by the security manager for each application.
11
12     System ~APP~             rwx
13     System ~PKG~             rwxat
14     System ~PKG~::RO         rwxat
15     ~APP~  System            wx
16     ~APP~  System::Shared    rxl
17     ~APP~  System::Run       rwxat
18     ~APP~  System::Log       rwxa
19     ~APP~  _                 l
20     User   ~APP~             rwx
21     User   ~PKG~             rwxat
22     User   ~PKG~::RO         rwxat
23     ~APP~  User              wx
24     ~APP~  User::Home        rxl
25     ~APP~  User::App::Shared rwxat
26     ~APP~  ~PKG~             rwxat
27     ~APP~  ~PKG~::RO         rxl
28
29 Here, ~PKG~ is the identifier of the package and ~APP~ is the identifier of the application.
30
31 What user can run an application?
32 ---------------------------------------
33
34 Not all user are able to run all applications.
35 How to manage that?
36
37
38
39
40 [meta-intel]:       https://github.com/01org/meta-intel-iot-security                "A collection of layers providing security technologies"
41 [widgets]:          http://www.w3.org/TR/widgets                                    "Packaged Web Apps"
42 [widgets-digsig]:   http://www.w3.org/TR/widgets-digsig                             "XML Digital Signatures for Widgets"
43 [libxml2]:          http://xmlsoft.org/html/index.html                              "libxml2"
44 [openssl]:          https://www.openssl.org                                         "OpenSSL"
45 [xmlsec]:           https://www.aleksey.com/xmlsec                                  "XMLSec"
46 [json-c]:           https://github.com/json-c/json-c                                "JSON-c"
47 [d-bus]:            http://www.freedesktop.org/wiki/Software/dbus                   "D-Bus"
48 [libzip]:           http://www.nih.at/libzip                                        "libzip"
49 [cmake]:            https://cmake.org                                               "CMake"
50 [security-manager]: https://wiki.tizen.org/wiki/Security/Tizen_3.X_Security_Manager "Security-Manager"
51 [app-manifest]:     http://www.w3.org/TR/appmanifest                                "Web App Manifest"
52 [tizen-security]:   https://wiki.tizen.org/wiki/Security                            "Tizen security home page"
53 [tizen-secu-3]:     https://wiki.tizen.org/wiki/Security/Tizen_3.X_Overview         "Tizen 3 security overview"
54
55
56
57