Compare commits
58 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3f562447ac | ||
|
|
b52e1281d7 | ||
|
|
94cf7c4cca | ||
|
|
245b9f42e8 | ||
|
|
95fc1d6f98 | ||
|
|
cd145fae82 | ||
|
|
ee204d0fb2 | ||
|
|
73ea4c2caf | ||
|
|
11537431de | ||
|
|
e0c2ac5e57 | ||
|
|
31a208a708 | ||
|
|
9044598ffe | ||
|
|
7243c03bc0 | ||
|
|
b5c7adca38 | ||
|
|
4d8b8e4f7f | ||
|
|
e42ea25b71 | ||
|
|
3ae0590d59 | ||
|
|
16806cdd84 | ||
|
|
f345f003b9 | ||
|
|
2143061f8f | ||
|
|
5d905c637f | ||
|
|
bb2cfb43db | ||
|
|
6fbb7ce34e | ||
|
|
b9458de6d2 | ||
|
|
332037105f | ||
|
|
0c3d51fce1 | ||
|
|
8ff572aaa4 | ||
|
|
2453b4c9cd | ||
|
|
d605289d23 | ||
|
|
1b69650ed4 | ||
|
|
f9715e9ffc | ||
|
|
1b76746a61 | ||
|
|
0a49d8afa2 | ||
|
|
e5f6debc74 | ||
|
|
aa593225d2 | ||
|
|
8779b02a26 | ||
|
|
7245588ecc | ||
|
|
713ebfe1bb | ||
|
|
efd0da54bd | ||
|
|
07865541b9 | ||
|
|
728abe9baf | ||
|
|
cb4fd590b5 | ||
|
|
9828cd0db5 | ||
|
|
6178ef22bd | ||
|
|
dffb250953 | ||
|
|
86cb1e8cfb | ||
|
|
3d2f787ee2 | ||
|
|
fd6a7850e2 | ||
|
|
5d94398178 | ||
|
|
e5ddb1d09b | ||
|
|
bcd397b6a7 | ||
|
|
f19b286a1b | ||
|
|
7b6a224c6a | ||
|
|
e8c40514e3 | ||
|
|
a246b8b8c9 | ||
|
|
a22e8fa6e8 | ||
|
|
212a1567a2 | ||
|
|
5279e1cd6f |
11 changed files with 302 additions and 194 deletions
|
|
@ -1 +0,0 @@
|
||||||
netlabel_tools-0.17.tar.gz
|
|
||||||
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
netlabel_tools-0.19.tar.gz
|
||||||
|
/netlabel_tools-0.20.tar.gz
|
||||||
|
/netlabel_tools-0.21.tar.gz
|
||||||
|
/netlabel_tools-0.30.0.tar.gz
|
||||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
||||||
# Makefile for source rpm: netlabel_tools
|
|
||||||
# $Id$
|
|
||||||
NAME := netlabel_tools
|
|
||||||
SPECFILE = $(firstword $(wildcard *.spec))
|
|
||||||
|
|
||||||
define find-makefile-common
|
|
||||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
|
||||||
endef
|
|
||||||
|
|
||||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
|
||||||
|
|
||||||
ifeq ($(MAKEFILE_COMMON),)
|
|
||||||
# attept a checkout
|
|
||||||
define checkout-makefile-common
|
|
||||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
|
||||||
endef
|
|
||||||
|
|
||||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
|
||||||
endif
|
|
||||||
|
|
||||||
include $(MAKEFILE_COMMON)
|
|
||||||
6
netlabel
6
netlabel
|
|
@ -69,17 +69,17 @@ status() {
|
||||||
# Do not print status if lockfile is missing
|
# Do not print status if lockfile is missing
|
||||||
if [ ! -f "$VAR_SUBSYS_NETLABEL" ]; then
|
if [ ! -f "$VAR_SUBSYS_NETLABEL" ]; then
|
||||||
echo $"Netlabel is stopped."
|
echo $"Netlabel is stopped."
|
||||||
return 7
|
return 3
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# List rules
|
# List rules
|
||||||
/sbin/netlabelctl -p cipsov4 list 2>/dev/null
|
/sbin/netlabelctl -p cipsov4 list 2>/dev/null
|
||||||
ret1="$?"
|
ret1="$?"
|
||||||
/sbin/netlabelctl -p mgmt list 2>/dev/null
|
/sbin/netlabelctl -p mgmt protocols 2>/dev/null
|
||||||
ret2="$?"
|
ret2="$?"
|
||||||
|
|
||||||
if [ "$ret1" != "0" -o "$ret2" != "0" ] ; then
|
if [ "$ret1" != "0" -o "$ret2" != "0" ] ; then
|
||||||
return 1
|
return 2
|
||||||
fi
|
fi
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,59 @@
|
||||||
# This file contains the rules for the Netlabel subsystem
|
# This file contains the rules for the Netlabel subsystem, for more information
|
||||||
|
# please see the netlabelctl(1) man page.
|
||||||
|
#
|
||||||
# Each line contains just the arguments to the netlabel command
|
# Each line contains just the arguments to the netlabel command
|
||||||
|
|
||||||
# creates a CIPSO/IPv4 definition using a DOI value of 1
|
####
|
||||||
cipsov4 add std doi:1 tags:1 levels:0=0,1=1,2=2 categories:0=0,1=1,2=2
|
# NOTE: By default the kernel sends unlabeled traffic and allows unlabled
|
||||||
|
# traffic into the system, to disable that add the following two lines to
|
||||||
|
# the beginning of your configuration. However, be warned that you
|
||||||
|
# should only change these settings if you know what you are doing as you
|
||||||
|
# could accidently disable networking with a bad configuration.
|
||||||
|
#
|
||||||
|
|
||||||
# tell the NetLabel system to use this CIPSO/IPv4 defintion by default
|
# Remove the default domain mapping
|
||||||
mgmt add default protocol:cipsov4,1
|
#map del default
|
||||||
|
|
||||||
|
# Do not accept incoming unlabeled packets
|
||||||
|
#unlbl accept off
|
||||||
|
|
||||||
|
####
|
||||||
|
# Unlabeled examples:
|
||||||
|
#
|
||||||
|
|
||||||
|
# Enable unlabeled packets
|
||||||
|
#unlbl accept on
|
||||||
|
|
||||||
|
# Disable unlabeled packets
|
||||||
|
#unlbl accept off
|
||||||
|
|
||||||
|
|
||||||
|
####
|
||||||
|
# CIPSOv4 examples:
|
||||||
|
#
|
||||||
|
|
||||||
|
# Create a CIPSOv4 DOI definition using a pass-through mapping with a DOI
|
||||||
|
# value of 6 and the restricted bitmap tag (CIPSOv4 tag type #1)
|
||||||
|
#cipsov4 add pass doi:6 tags:1
|
||||||
|
|
||||||
|
# Create a CIPSOv4 DOI definition using a standard mapping with a DOI value
|
||||||
|
# of 8 and the restricted bitmap tag (CIPSOv4 tag type #1). The example
|
||||||
|
# below maps MLS sensitivity levels and categories 0 through 2 to the same
|
||||||
|
# values for both CIPSO and the Linux LSM
|
||||||
|
#cipsov4 add std doi:8 tags:1 levels:0=0,1=1,2=2 categories:0=0,1=1,2=2
|
||||||
|
|
||||||
|
|
||||||
|
####
|
||||||
|
# LSM mapping examples:
|
||||||
|
#
|
||||||
|
|
||||||
|
# Create a default mapping for all LSM domains using the unlabeled protocol
|
||||||
|
#map add default protocol:unlbl
|
||||||
|
|
||||||
|
# Create a default mapping for all LSM domains using the CIPSOv4 protocol
|
||||||
|
# with DOI number 6
|
||||||
|
#map add default protocol:cipsov4,6
|
||||||
|
|
||||||
|
# Create a mapping for the "secret_t" LSM domain and the CIPSOv4 protocol
|
||||||
|
# with DOI number 8
|
||||||
|
#map add domain:secret_t protocol:cipsov4,8
|
||||||
|
|
|
||||||
|
|
@ -1,65 +0,0 @@
|
||||||
diff -rup netlabel_tools-0.16-orig/include/linux/netlabel.h netlabel_tools-0.16/include/linux/netlabel.h
|
|
||||||
--- netlabel_tools-0.16-orig/include/linux/netlabel.h 2006-07-31 17:20:41.000000000 -0400
|
|
||||||
+++ netlabel_tools-0.16/include/linux/netlabel.h 2006-08-29 14:07:44.000000000 -0400
|
|
||||||
@@ -39,7 +39,9 @@
|
|
||||||
|
|
||||||
/* FIXME: perhaps some or all this lives in a system header file? */
|
|
||||||
|
|
||||||
-#define NLMSG_HDRLEN NLMSG_ALIGN(sizeof(struct nlmsghdr))
|
|
||||||
+#ifndef NLMSG_HDRLEN /* newer netlink.h has these... */
|
|
||||||
+
|
|
||||||
+# define NLMSG_HDRLEN NLMSG_ALIGN(sizeof(struct nlmsghdr))
|
|
||||||
|
|
||||||
struct nlattr
|
|
||||||
{
|
|
||||||
@@ -47,6 +49,13 @@ struct nlattr
|
|
||||||
unsigned short nla_type;
|
|
||||||
};
|
|
||||||
|
|
||||||
+# define NLA_HDRLEN NLMSG_ALIGN(sizeof(struct nlattr))
|
|
||||||
+
|
|
||||||
+# define NETLINK_GENERIC 16
|
|
||||||
+
|
|
||||||
+
|
|
||||||
+#endif
|
|
||||||
+
|
|
||||||
enum {
|
|
||||||
NLA_UNSPEC,
|
|
||||||
NLA_U8,
|
|
||||||
@@ -61,10 +70,6 @@ enum {
|
|
||||||
};
|
|
||||||
#define NLA_TYPE_MAX (__NLA_TYPE_MAX - 1)
|
|
||||||
|
|
||||||
-#define NLA_HDRLEN NLMSG_ALIGN(sizeof(struct nlattr))
|
|
||||||
-
|
|
||||||
-#define NETLINK_GENERIC 16
|
|
||||||
-
|
|
||||||
struct genlmsghdr {
|
|
||||||
unsigned char cmd;
|
|
||||||
unsigned char version;
|
|
||||||
--- netlabel_tools-0.16-orig/Makefile 2006-06-27 13:06:28.000000000 -0400
|
|
||||||
+++ netlabel_tools-0.16/Makefile 2006-08-29 16:42:09.000000000 -0400
|
|
||||||
@@ -43,8 +43,9 @@ INSTALL_SBIN_DIR = $(INSTALL_PREFIX)/sbi
|
|
||||||
INSTALL_BIN_DIR = $(INSTALL_PREFIX)/bin
|
|
||||||
INSTALL_MAN_DIR = $(INSTALL_PREFIX)/share/man
|
|
||||||
|
|
||||||
-OWNER = root
|
|
||||||
-GROUP = root
|
|
||||||
+# Mock doesn't allow this.
|
|
||||||
+#OWNER = root
|
|
||||||
+#GROUP = root
|
|
||||||
|
|
||||||
#
|
|
||||||
# targets
|
|
||||||
@@ -77,9 +78,9 @@ install: $(SUBDIRS)
|
|
||||||
@echo "INFO: installing files in $(INSTALL_PREFIX)"
|
|
||||||
@mkdir -p $(INSTALL_SBIN_DIR)
|
|
||||||
@mkdir -p $(INSTALL_MAN_DIR)/man8
|
|
||||||
- @install -o $(OWNER) -g $(GROUP) -m 755 netlabelctl/netlabelctl \
|
|
||||||
+ @install -m 755 netlabelctl/netlabelctl \
|
|
||||||
$(INSTALL_SBIN_DIR)/netlabelctl
|
|
||||||
- @install -o $(OWNER) -g $(GROUP) -m 644 docs/man/netlabelctl.8 \
|
|
||||||
+ @install -m 644 docs/man/netlabelctl.8 \
|
|
||||||
$(INSTALL_MAN_DIR)/man8
|
|
||||||
|
|
||||||
clean:
|
|
||||||
|
|
@ -1,26 +0,0 @@
|
||||||
--- netlabel_tools-0.16-orig/Makefile 2006-06-27 13:06:28.000000000 -0400
|
|
||||||
+++ netlabel_tools-0.16/Makefile 2006-08-29 16:42:09.000000000 -0400
|
|
||||||
@@ -43,8 +43,9 @@ INSTALL_SBIN_DIR = $(INSTALL_PREFIX)/sbi
|
|
||||||
INSTALL_BIN_DIR = $(INSTALL_PREFIX)/bin
|
|
||||||
INSTALL_MAN_DIR = $(INSTALL_PREFIX)/share/man
|
|
||||||
|
|
||||||
-OWNER = root
|
|
||||||
-GROUP = root
|
|
||||||
+# Mock doesn't allow this.
|
|
||||||
+#OWNER = root
|
|
||||||
+#GROUP = root
|
|
||||||
|
|
||||||
#
|
|
||||||
# targets
|
|
||||||
@@ -77,9 +78,9 @@ install: $(SUBDIRS)
|
|
||||||
@echo "INFO: installing files in $(INSTALL_PREFIX)"
|
|
||||||
@mkdir -p $(INSTALL_SBIN_DIR)
|
|
||||||
@mkdir -p $(INSTALL_MAN_DIR)/man8
|
|
||||||
- @install -o $(OWNER) -g $(GROUP) -m 755 netlabelctl/netlabelctl \
|
|
||||||
+ @install -m 755 netlabelctl/netlabelctl \
|
|
||||||
$(INSTALL_SBIN_DIR)/netlabelctl
|
|
||||||
- @install -o $(OWNER) -g $(GROUP) -m 644 docs/man/netlabelctl.8 \
|
|
||||||
+ @install -m 644 docs/man/netlabelctl.8 \
|
|
||||||
$(INSTALL_MAN_DIR)/man8
|
|
||||||
|
|
||||||
clean:
|
|
||||||
|
|
@ -1,29 +0,0 @@
|
||||||
Index: netlabelctl/cipsov4.c
|
|
||||||
===================================================================
|
|
||||||
--- netlabelctl/cipsov4.c (revision 27)
|
|
||||||
+++ netlabelctl/cipsov4.c (revision 28)
|
|
||||||
@@ -236,7 +236,7 @@
|
|
||||||
printf("STANDARD");
|
|
||||||
break;
|
|
||||||
case CIPSO_V4_MAP_PASS:
|
|
||||||
- printf("PASS_THROUGH\n");
|
|
||||||
+ printf("PASS_THROUGH");
|
|
||||||
break;
|
|
||||||
default:
|
|
||||||
printf("UNKNOWN(%u)", mtype_list[iter]);
|
|
||||||
Index: netlabelctl/map.c
|
|
||||||
===================================================================
|
|
||||||
--- netlabelctl/map.c (revision 27)
|
|
||||||
+++ netlabelctl/map.c (revision 28)
|
|
||||||
@@ -224,8 +224,10 @@
|
|
||||||
printf("UNKNOWN(%u)", domain_p[iter].proto_type);
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
- printf(" ");
|
|
||||||
+ if (iter + 1 < count)
|
|
||||||
+ printf(" ");
|
|
||||||
}
|
|
||||||
+ printf("\n");
|
|
||||||
}
|
|
||||||
|
|
||||||
list_return:
|
|
||||||
|
|
@ -1,62 +1,220 @@
|
||||||
|
|
||||||
%define home_base_url http://free.linux.hp.com/~pmoore/projects/linux_cipso
|
|
||||||
|
|
||||||
Summary: Tools to manage the Linux NetLabel subsystem
|
Summary: Tools to manage the Linux NetLabel subsystem
|
||||||
Name: netlabel_tools
|
Name: netlabel_tools
|
||||||
Version: 0.17
|
Version: 0.30.0
|
||||||
Release: 5%{?dist}
|
Release: 21%{?dist}
|
||||||
License: GPL
|
License: GPL-2.0-only
|
||||||
Group: System Environment/Daemons
|
URL: https://github.com/netlabel/netlabel_tools
|
||||||
URL: %{home_base_url}
|
Source: https://github.com/netlabel/netlabel_tools/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||||
Source0: %{home_base_url}/%{name}-%{version}.tar.gz
|
Patch0: rhbz1683434.patch
|
||||||
Source1: netlabel
|
|
||||||
Source2: netlabel.rules
|
Requires: libnl3
|
||||||
Patch1: netlabel_tools-0.17-new-hdrs.patch
|
Requires(post): systemd
|
||||||
Patch2: netlabel_tools-27_28.patch
|
Requires(preun): systemd
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}
|
Requires(postun): systemd
|
||||||
BuildRequires: kernel-headers >= 2.6.18
|
BuildRequires: make
|
||||||
BuildRequires: libnl-devel
|
BuildRequires: gcc
|
||||||
|
BuildRequires: kernel-headers
|
||||||
|
BuildRequires: libnl3-devel
|
||||||
|
BuildRequires: doxygen
|
||||||
|
BuildRequires: systemd
|
||||||
|
|
||||||
%description
|
%description
|
||||||
NetLabel is a kernel subsystem which implements explicit packet labeling
|
NetLabel is a kernel subsystem which implements explicit packet labeling
|
||||||
protocols such as CIPSO and RIPSO for Linux. Packet labeling is used in
|
protocols such as CIPSO for Linux. Packet labeling is used in secure networks
|
||||||
secure networks to mark packets with the security attributes of the data they
|
to mark packets with the security attributes of the data they contain. This
|
||||||
contain. This package provides the necessary user space tools to query and
|
package provides the necessary user space tools to query and configure the
|
||||||
configure the kernel subsystem.
|
kernel subsystem.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%autosetup -p 1
|
||||||
|
|
||||||
# Build fixes.
|
|
||||||
%patch1 -p1
|
|
||||||
# Upstream patch.
|
|
||||||
%patch2 -p0
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Don't use _smp_mflags, it's small and a hand crafted Makefile
|
%configure
|
||||||
make
|
make V=1 %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf "%{buildroot}"
|
||||||
make INSTALL_PREFIX=${RPM_BUILD_ROOT} \
|
mkdir -p "%{buildroot}/etc"
|
||||||
INSTALL_MAN_DIR=${RPM_BUILD_ROOT}/usr/share/man \
|
mkdir -p "%{buildroot}/%{_sbindir}"
|
||||||
install
|
mkdir -p "%{buildroot}/%{_unitdir}"
|
||||||
mkdir -p $RPM_BUILD_ROOT/etc/rc.d/init.d/
|
mkdir -p "%{buildroot}/%{_mandir}"
|
||||||
install -m 0755 %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/
|
make V=1 DESTDIR="%{buildroot}" install
|
||||||
install -m 0640 %{SOURCE2} $RPM_BUILD_ROOT/etc/
|
|
||||||
|
|
||||||
%clean
|
# NOTE: disable since the tests require messing with the running kernel
|
||||||
rm -rf $RPM_BUILD_ROOT
|
#%check
|
||||||
|
#make V=1 check
|
||||||
|
|
||||||
|
%preun
|
||||||
|
%systemd_preun netlabel.service
|
||||||
|
|
||||||
|
%postun
|
||||||
|
%systemd_postun netlabel.service
|
||||||
|
|
||||||
|
%post
|
||||||
|
%systemd_post netlabel.service
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%{!?_licensedir:%global license %%doc}
|
||||||
%doc docs/*.txt
|
%license LICENSE
|
||||||
%attr(0755,root,root) /sbin/*
|
%doc README
|
||||||
%attr(0755,root,root) /etc/rc.d/init.d/netlabel
|
%doc CHANGELOG
|
||||||
%config(noreplace) %attr(640,root,root) /etc/netlabel.rules
|
%doc SUBMITTING_PATCHES
|
||||||
%attr(0644,root,root) %{_mandir}/man8/*
|
%attr(0644,root,root) %{_mandir}/man8/*
|
||||||
|
%attr(0755,root,root) %{_sbindir}/netlabelctl
|
||||||
|
%attr(0755,root,root) %{_sbindir}/netlabel-config
|
||||||
|
%attr(0644,root,root) %{_unitdir}/netlabel.service
|
||||||
|
%attr(0644,root,root) %config(noreplace) /etc/netlabel.rules
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.0-21
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.0-20
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.0-19
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.0-18
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.0-17
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.0-16
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.0-15
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.0-14
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.0-13
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.0-12
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.0-11
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.0-10
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.0-9
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Aug 02 2019 Paul Moore <paul@paul-moore.com> - 0.30.0-8
|
||||||
|
- Applied upstream patch to improve netlabel-config error reporting (rhbz #1683434)
|
||||||
|
- Removed the kernel dependency (rhbz #1733605)
|
||||||
|
|
||||||
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.0-7
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.0-6
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.0-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.0-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.0-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.0-1
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Dec 08 2016 Paul Moore <pmoore@redhat.com> - 0.30.0-0
|
||||||
|
-New upstream version
|
||||||
|
|
||||||
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.21-1
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 10 2015 Paul Moore <pmoore@redhat.com> - 0.21-0
|
||||||
|
- New upstream version
|
||||||
|
|
||||||
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20-6
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Mar 21 2015 Peter Robinson <pbrobinson@fedoraproject.org> 0.20-5
|
||||||
|
- Add patch to support libnl3
|
||||||
|
- Use %%license
|
||||||
|
- Cleanup spec
|
||||||
|
|
||||||
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Feb 27 2014 Paul Moore <pmoore@redhat.com> - 0.20-2
|
||||||
|
- Build with CFLAGS="${optflags}"
|
||||||
|
|
||||||
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20-1
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Jun 3 2013 Paul Moore <pmoore@redhat.com> - 0.20-0
|
||||||
|
- Version bump to match latest upstream
|
||||||
|
- Cleanups in the specfile due to changes in the upstream package
|
||||||
|
|
||||||
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19-12
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19-11
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19-10
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19-9
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jun 17 2010 Peter Vrabec <pvrabec@redhat.com> - 0.19-8
|
||||||
|
- fixing return codes (#602291)
|
||||||
|
|
||||||
|
* Wed Jun 16 2010 Peter Vrabec <pvrabec@redhat.com> - 0.19-7
|
||||||
|
- make initscript LSB compliant (#522818)
|
||||||
|
- show version of netlabelctl and libnetlabel in help (#602577)
|
||||||
|
|
||||||
|
* Wed Sep 23 2009 Peter Vrabec <pvrabec@redhat.com> 0.19-6
|
||||||
|
- make initscript LSB compliant (#522818)
|
||||||
|
|
||||||
|
* Wed Sep 23 2009 Peter Vrabec <pvrabec@redhat.com> 0.19-5
|
||||||
|
- increase rel. number
|
||||||
|
|
||||||
|
* Wed Sep 23 2009 Peter Vrabec <pvrabec@redhat.com> 0.19-4
|
||||||
|
- fix license tag in spec (#524310)
|
||||||
|
|
||||||
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jan 08 2009 Peter Vrabec <pvrabec@redhat.com> - 0.19-1
|
||||||
|
- upgrade (#478903)
|
||||||
|
|
||||||
|
* Mon Oct 27 2008 Peter Vrabec <pvrabec@redhat.com> - 0.18-1
|
||||||
|
- upgrade (#439833)
|
||||||
|
|
||||||
|
* Mon Aug 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.17-8
|
||||||
|
- fix license tag
|
||||||
|
|
||||||
|
* Mon Feb 11 2008 Steve Conklin <sconklin@redhat.com> - 0.17-7
|
||||||
|
- New patch for bz#431766 to resolve conflicts
|
||||||
|
|
||||||
|
* Thu Feb 7 2008 Steve Conklin <sconklin@redhat.com> - 0.17-6
|
||||||
|
- Various fixes to follow upstream
|
||||||
|
- Resolves bz#431765 The example configuration file is invalid
|
||||||
|
- Resolves bz#431766 The netlabelctl command fails to run due to newer libnl package
|
||||||
|
- Resolves bz#431767 The url listed in the netlabel_tools package is wrong
|
||||||
|
|
||||||
* Mon Oct 16 2006 James Antill <james@and.org> - 0.17-3
|
* Mon Oct 16 2006 James Antill <james@and.org> - 0.17-3
|
||||||
- Add upstream patch.
|
- Add upstream patch.
|
||||||
- s/p1/p0/ for upstream patch.
|
- s/p1/p0/ for upstream patch.
|
||||||
|
|
|
||||||
38
rhbz1683434.patch
Normal file
38
rhbz1683434.patch
Normal file
|
|
@ -0,0 +1,38 @@
|
||||||
|
From 578a65904ff6426c01d81826873d27d0af35f355 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Paul Moore <paul@paul-moore.com>
|
||||||
|
Date: Sun, 17 Mar 2019 17:13:55 -0400
|
||||||
|
Subject: [PATCH] netlabel_config: better error reporting on load
|
||||||
|
|
||||||
|
Signed-off-by: Paul Moore <paul@paul-moore.com>
|
||||||
|
---
|
||||||
|
netlabelctl/netlabel-config | 10 ++++++++--
|
||||||
|
1 file changed, 8 insertions(+), 2 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/netlabelctl/netlabel-config b/netlabelctl/netlabel-config
|
||||||
|
index 717d795..15c74f7 100755
|
||||||
|
--- a/netlabelctl/netlabel-config
|
||||||
|
+++ b/netlabelctl/netlabel-config
|
||||||
|
@@ -114,15 +114,21 @@ function nlbl_reset() {
|
||||||
|
# load the NetLabel configuration from the configuration file
|
||||||
|
function nlbl_load() {
|
||||||
|
local ret_rc=0
|
||||||
|
+ local line_num=0
|
||||||
|
local line
|
||||||
|
while read line; do
|
||||||
|
+ line_num=$(($line_num + 1))
|
||||||
|
# skip comments and blank lines
|
||||||
|
echo "$line" | egrep '^#|^$' >& /dev/null && continue
|
||||||
|
|
||||||
|
# perform the configuration
|
||||||
|
- netlabelctl $line >& /dev/null
|
||||||
|
+ output=$(netlabelctl $line 2>&1)
|
||||||
|
rc=$?
|
||||||
|
- [[ $rc -ne 0 ]] && ret_rc=1
|
||||||
|
+ if [[ $rc -ne 0 ]]; then
|
||||||
|
+ ret_rc=1
|
||||||
|
+ echo "error: line $line_num \"$line\""
|
||||||
|
+ echo "$output"
|
||||||
|
+ fi
|
||||||
|
done < "$CFG_FILE"
|
||||||
|
|
||||||
|
return $ret_rc
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
905ffd48714f48aaa34ecdc3c51d3dcb netlabel_tools-0.17.tar.gz
|
fc6b07bf01bc3f68f5f05071072e521e netlabel_tools-0.30.0.tar.gz
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue