2015-04-19 09:10:35 +02:00
2015-04-19 08:58:02 +02:00
2015-04-18 16:19:25 +01:00
2015-03-24 09:37:45 +01:00
2015-03-24 09:37:45 +01:00

= Overview =

The ubuntu-core-launcher launches snappy applications to restrict
access. It uses apparmor and seccomp to do this.

Run with:
$ ubuntu-core-launcher /path/to/rootdir security-profile /path/to/binary additional args

== Apparmor ==

The apparmor part is similar to aa-exec -p, i.e. it will load the
given apparmor profile for the application.


== Seccomp ==

The seccomp filter profile in expected to be located in
/var/lib/snappy/seccomp/profiles

The filter file contains lines with syscall names, comments that start
with "#" or special directives that start with a "@".

The supported special directives are:
@unrestricted

The unrestricted profile looks like this:
"""
# Unrestricted profile
@unrestricted
"""

A very strict profile might look like this:
"""
# Super strict profile
read
write
"""



Description
No description provided
Readme 165 MiB
Languages
Go 93.9%
C 2.9%
Shell 2%
Python 0.7%
Makefile 0.4%