setools/add-to-header-define_cond_filename_trans.patch
Marcus Meissner 2efea94087 Accepting request 162516 from home:vitezslav_cizek:branches:security:SELinux
- added patches:
  * 0006-Changes-to-support-named-file_trans-rules.patch
  * 0007-Remove-unused-variables.patch
    - these two add support for named file trans rules
  * add-to-header-define_cond_filename_trans.patch
    - add missing define_cond_filename_trans() declaration

OBS-URL: https://build.opensuse.org/request/show/162516
OBS-URL: https://build.opensuse.org/package/show/security:SELinux/setools?expand=0&rev=42
2013-04-04 07:27:45 +00:00

13 lines
562 B
Diff

Index: setools-3.3.7/libqpol/src/policy_define.h
===================================================================
--- setools-3.3.7.orig/libqpol/src/policy_define.h 2010-04-23 18:22:08.000000000 +0200
+++ setools-3.3.7/libqpol/src/policy_define.h 2013-04-03 15:26:40.164954714 +0200
@@ -23,6 +23,7 @@
* of code here */
#define SECURITY_FS_USE_PSIDS 6
+avrule_t *define_cond_filename_trans();
avrule_t *define_cond_compute_type(int which);
avrule_t *define_cond_pol_list(avrule_t * avlist, avrule_t * stmt);
avrule_t *define_cond_te_avtab(int which);