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
| # 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') |
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
| --- ./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, |
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
| # 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)" |