Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "private-etc: big profile changes" #5645

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Prev Previous commit
build fix
(cherry picked from commit e889db0)
  • Loading branch information
netblue30 authored and kmk3 committed Feb 7, 2023
commit 92b78d25e2add6f7837f18a0cc0ba5a8b5839837
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ src/fcopy/fcopy
src/fldd/fldd
src/fbuilder/fbuilder
src/profstats/profstats
src/etc-cleanup/etc-cleanup
src/bash_completion/firejail.bash_completion
src/zsh_completion/_firejail
src/jailcheck/jailcheck
Expand Down
9 changes: 9 additions & 0 deletions src/etc-cleanup/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
ROOT = ../..
-include $(ROOT)/config.mk

PROG = etc-cleanup
TARGET = $(PROG)

MOD_HDRS = ../include/etc-groups.h

include $(ROOT)/src/prog.mk