Skip to content

Instantly share code, notes, and snippets.

@Macil
Last active January 31, 2017 06:14
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Macil/5640268 to your computer and use it in GitHub Desktop.
Save Macil/5640268 to your computer and use it in GitHub Desktop.
Skype AppArmor profile(tested with Ubuntu 14.10 and Skype 4.3)
#include <tunables/global>
/usr/bin/skype {
#include <abstractions/base>
#include <abstractions/user-tmp>
#include <abstractions/audio>
#include <abstractions/nameservice>
#include <abstractions/ssl_certs>
#include <abstractions/fonts>
#include <abstractions/ibus>
#include <abstractions/dbus>
#include <abstractions/dbus-session>
#include <abstractions/X>
#include <abstractions/freedesktop.org>
#include <abstractions/gnome>
#include <abstractions/kde>
network,
/usr/bin/skype mr,
/opt/skype/skype pix,
/opt/skype/** kmr,
/usr/share/fonts/** m,
@{PROC}/*/net/arp r,
@{PROC}/*/cmdline r,
@{PROC}/*/auxv r,
@{PROC}/sys/kernel/ostype r,
@{PROC}/sys/kernel/osrelease r,
/usr/bin/xdg-open rUxmlk,
/dev/ r,
/dev/tty rw,
/dev/snd/* mrw,
/{dev,run}/shm/ r,
/{dev,run}/shm/pulse-shm-* mrw,
/etc/pulse/client.conf r,
/dev/pts/* rw,
/dev/video* mrw,
@{HOME}/.cache/fontconfig/** lkmrw,
@{HOME}/Downloads/* krw,
@{HOME}/Downloads/ krw,
/etc/xdg/Trolltech.conf rk,
@{HOME}/.config/Trolltech.conf* rwk,
/etc/xdg/sni-qt.conf r,
/usr/share/locale-langpack/* mr,
/usr/share/glib-2.0/schemas/gschemas.compiled rm,
/usr/share/nvidia-331/** rm,
/sys/devices/system/cpu/ r,
/sys/devices/system/cpu/cpu0/cpufreq/* r,
@{HOME}/.Skype/ krw,
@{HOME}/.Skype/** krw,
@{HOME}/.config/Skype/ krw,
@{HOME}/.config/Skype/** krw,
/usr/share/skype/** kmr,
/usr/share/skype/sounds/*.wav kr,
/etc/passwd mr,
/usr/share/icons/** kr,
/sys/class/power_supply/ r,
@{PROC}/[0-9]*/status r,
@{PROC}/[0-9]*/net/** r,
@{PROC}/[0-9]*/task/ r,
@{PROC}/[0-9]*/task/** r,
/usr/bin/pavucontrol rmUx,
deny @{HOME}/.mozilla/ r,
audit deny @{PROC}/[0-9]*/fd/ r,
audit deny /var/cache/fontconfig/ w,
deny /sys/devices/** r,
audit deny /etc/xdg/sni-qt.conf k,
}
@sevkin
Copy link

sevkin commented Nov 19, 2015

I can't close skype app via menu with this profile.
what this profile better than /usr/share/doc/apparmor-profiles/extras/usr.bin.skype in apparmor-profiles package?

@akontsevich
Copy link

I can close Skype with this profile. Seems this profile denies more things to skype than /usr/share/doc/apparmor-profiles/extras/usr.bin.skype in apparmor-profiles package. For example it denies to read mozilla's dir. Also with apparmor-profiles version I can't open any link from skype chats. With this one I can. Probably author can tell more. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment