Skip to content

Instantly share code, notes, and snippets.

View stoicAlchemist's full-sized avatar
:octocat:

Brian Martínez stoicAlchemist

:octocat:
View GitHub Profile
@stoicAlchemist
stoicAlchemist / PKGBUILD
Created February 24, 2013 18:38
testing PKGBUILD for policycoreutils
# Maintainer: Brian angelux/xangelux Martínez (xangelux <at> gmail <dot> com)
# Contributor: Nicky726 (nicky726 <at> gmail <dot> com)
pkgname=policycoreutils
pkgver=2.1.13
pkgrel=1
pkgdesc="Is a collection of SELinux policy utilities which have different dependencies"
arch=('i686' 'x86_64')
url="http://userspace.serlinuxproject.org/"
license=('GPL2')
--- ./src/public.h 2008-09-26 09:29:54.000000000 -0500
+++ ./src/public.h 2013-02-24 03:18:30.539564953 -0600
@@ -97,8 +97,6 @@
#endif
#ifdef WITH_SELINUX
-extern int selinux_check_access (const char *__chuser,
- unsigned int __access);
extern int set_default_context (pam_handle_t *pamh,
const char *filename,
@stoicAlchemist
stoicAlchemist / PKGBUILD
Created February 15, 2013 18:29
PKGBUILD for the package selinux-usr-policycoreutils with service unit for systemd
# Maintainer: Nicky726 (Nicky726 <at> gmail <dot> com)
# Contributor: Sergej Pupykin (pupykin <dot> s+arch <at> gmail <dot> com)
# Contributor: angelux/xangelux (xangelux <at> gmail <dot> com)
pkgname=selinux-usr-policycoreutils
_origname=policycoreutils
_release=20120924
pkgver=2.1.13
pkgrel=1
pkgdesc="SELinux userspace (policycoreutils)"