Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
audit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
ai
audit
Commits
e6739deb
Commit
e6739deb
authored
11 years ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
create new auditc package
parent
b6fe097f
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/control
+6
-1
6 additions, 1 deletion
debian/control
debian/rules
+5
-3
5 additions, 3 deletions
debian/rules
with
11 additions
and
4 deletions
debian/control
+
6
−
1
View file @
e6739deb
...
@@ -12,9 +12,14 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base, adduser
...
@@ -12,9 +12,14 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base, adduser
Description: Local audit spool daemon.
Description: Local audit spool daemon.
Local part of the A/I audit suite.
Local part of the A/I audit suite.
Package: auditd
Package:
ai-
auditd
Architecture: any
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base, libleveldb1
Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base, libleveldb1
Description: Central audit server.
Description: Central audit server.
Remote part of the A/I audit suite.
Remote part of the A/I audit suite.
Package: auditc
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Audit log client.
Queries the central audit server.
This diff is collapsed.
Click to expand it.
debian/rules
+
5
−
3
View file @
e6739deb
...
@@ -22,7 +22,8 @@ override_dh_install:
...
@@ -22,7 +22,8 @@ override_dh_install:
# This is crazy, clearly, but it's a temporary workaround for wheezy.
# This is crazy, clearly, but it's a temporary workaround for wheezy.
# Also, we redefine 'leveldb_free' to 'free' because the LevelDB
# Also, we redefine 'leveldb_free' to 'free' because the LevelDB
# version in wheezy does not have that symbol.
# version in wheezy does not have that symbol.
install
-m
755
-o
root
-g
root
-d
$(
DEBDIR
)
/auditd/usr/sbin
install
-m
755
-o
root
-g
root
-d
$(
DEBDIR
)
/auditc/usr/bin
install
-m
755
-o
root
-g
root
-d
$(
DEBDIR
)
/ai-auditd/usr/sbin
install
-m
755
-o
root
-g
root
-d
$(
DEBDIR
)
/localauditd/usr/sbin
install
-m
755
-o
root
-g
root
-d
$(
DEBDIR
)
/localauditd/usr/sbin
(
export
GOPATH
=
$(
BUILDDIR
)
GOROOT
=
$(
GOROOT
)
;
\
(
export
GOPATH
=
$(
BUILDDIR
)
GOROOT
=
$(
GOROOT
)
;
\
mkdir
-p
$(
GOROOT
)
$(
BUILDDIR
)
/src/
$(
GOPKG
)
;
\
mkdir
-p
$(
GOROOT
)
$(
BUILDDIR
)
/src/
$(
GOPKG
)
;
\
...
@@ -31,6 +32,7 @@ override_dh_install:
...
@@ -31,6 +32,7 @@ override_dh_install:
cd
$(
BUILDDIR
)
/src
&&
\
cd
$(
BUILDDIR
)
/src
&&
\
$(
GOROOT
)
/bin/go get
-d
-v
./
$(
GOPKG
)
/...
&&
\
$(
GOROOT
)
/bin/go get
-d
-v
./
$(
GOPKG
)
/...
&&
\
CGO_CFLAGS
=
-Dleveldb_free
=
free
$(
GOROOT
)
/bin/go
install
-v
./
$(
GOPKG
)
/...
&&
\
CGO_CFLAGS
=
-Dleveldb_free
=
free
$(
GOROOT
)
/bin/go
install
-v
./
$(
GOPKG
)
/...
&&
\
install
-m
755
-o
root
-g
root
$(
BUILDDIR
)
/bin/auditd
$(
DEBDIR
)
/auditd/usr/sbin/auditd
&&
\
install
-m
755
-o
root
-g
root
$(
BUILDDIR
)
/bin/auditd
$(
DEBDIR
)
/ai-auditd/usr/sbin/auditd
&&
\
install
-m
755
-o
root
-g
root
$(
BUILDDIR
)
/bin/localauditd
$(
DEBDIR
)
/localauditd/usr/sbin/localauditd
)
install
-m
755
-o
root
-g
root
$(
BUILDDIR
)
/bin/localauditd
$(
DEBDIR
)
/localauditd/usr/sbin/localauditd
&&
\
install
-m
755
-o
root
-g
root
$(
BUILDDIR
)
/bin/auditc
$(
DEBDIR
)
/auditc/usr/bin/auditc
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment