Support pam_mktemp.
This commit is contained in:
		| @@ -31,18 +31,20 @@ cleanup_tmp_dir() | |||||||
| 		rm -rf -- [b-ikm-pr-zA-Z0-9\.]* | 		rm -rf -- [b-ikm-pr-zA-Z0-9\.]* | ||||||
|  |  | ||||||
| 		find ${startopts} ! -name . \ | 		find ${startopts} ! -name . \ | ||||||
| 			! -path ./lost+found \ | 			! -path "./lost+found" \ | ||||||
| 			! -path "./lost+found/*" \ | 			! -path "./lost+found/*" \ | ||||||
| 			! -path ./quota.user \ | 			! -path "./quota.user" \ | ||||||
| 			! -path "./quota.user/*" \ | 			! -path "./quota.user/*" \ | ||||||
| 			! -path ./aquota.user \ | 			! -path "./aquota.user" \ | ||||||
| 			! -path "./aquota.user/*" \ | 			! -path "./aquota.user/*" \ | ||||||
| 			! -path ./quota.group \ | 			! -path "./quota.group" \ | ||||||
| 			! -path "./quota.group/*" \ | 			! -path "./quota.group/*" \ | ||||||
| 			! -path ./aquota.group \ | 			! -path "./aquota.group" \ | ||||||
| 			! -path "./aquota.group/*" \ | 			! -path "./aquota.group/*" \ | ||||||
| 			! -path ./journal \ | 			! -path "./journal" \ | ||||||
| 			! -path "./journal/*" \ | 			! -path "./journal/*" \ | ||||||
|  | 			! -path "./.private" \ | ||||||
|  | 			! -path "./.private/*" \ | ||||||
| 			${delete} \ | 			${delete} \ | ||||||
| 			-type d -prune | 			-type d -prune | ||||||
| 		eend 0 | 		eend 0 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user