This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python2 | |
# Author: Ian Good <ian.good@rackspace.com> | |
# Inspired by http://costela.net/projects/awayonlock/ | |
# Use at your own risk! | |
import os | |
import sys | |
import signal | |
import hashlib |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# REPOSITORY: http://apparmor.test.opensuse.org/backend/api draglor 53 | |
# Additional profiling based on work by Андрей Калинин, LP: #226624 | |
# Additional profiling based on LP: #933440 | |
#include <tunables/global> | |
/usr/bin/skype flags=(complain) { | |
#include <abstractions/audio> | |
#include <abstractions/base> | |
#include <abstractions/fonts> | |
#include <abstractions/freedesktop.org> | |
#include <abstractions/gnome> |