Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
Pass kernel4.4
Browse files Browse the repository at this point in the history
1. Adjust linux/version.h place in configure.ac
2. Implement dkms
3. Migration LSM in rlcate-module to 4.2 above
   (tested under kernel 4.4 & 4.8)
4. Autostart /etc/init.d/rlocated in postinstal

TODO:
1. Implement sysinit's header comment in /etc/init.d/rlocated,
   so we can manage it with systemd
2. Use JProbe/KProbe instead of LSM to proper handle inode event
  • Loading branch information
snyh committed Nov 17, 2016
1 parent acaab47 commit 292013a
Show file tree
Hide file tree
Showing 31 changed files with 8,074 additions and 9,502 deletions.
614 changes: 397 additions & 217 deletions Makefile.in

Large diffs are not rendered by default.

998 changes: 636 additions & 362 deletions aclocal.m4

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compile
6 changes: 3 additions & 3 deletions config.h.in
Expand Up @@ -189,9 +189,6 @@
slash. */
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK

/* Define to 1 if your C compiler doesn't accept -c and -o together. */
#undef NO_MINUS_C_MINUS_O

/* Name of package */
#undef PACKAGE

Expand All @@ -207,6 +204,9 @@
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME

/* Define to the home page for this package. */
#undef PACKAGE_URL

/* Define to the version of this package. */
#undef PACKAGE_VERSION

Expand Down

0 comments on commit 292013a

Please sign in to comment.